@Reference(title="Robust Estimators for Transformed Location Scale Families", authors="D. J. Olive", booktitle="", bibkey="preprints/Olive06") public class LogisticMADEstimator extends java.lang.Object implements MADDistributionEstimator<LogisticDistribution>
Reference:
Robust Estimators for Transformed Location Scale Families
D. J. Olive
Modifier and Type | Class and Description |
---|---|
static class |
LogisticMADEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static LogisticMADEstimator |
STATIC
Static instance.
|
Modifier | Constructor and Description |
---|---|
private |
LogisticMADEstimator()
Private constructor, use static instance!
|
Modifier and Type | Method and Description |
---|---|
LogisticDistribution |
estimateFromMedianMAD(double median,
double mad)
General form of the parameter estimation
|
java.lang.Class<? super LogisticDistribution> |
getDistributionClass()
Get the class that is produced by the estimator.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeMAD, computeMAD, estimate
estimate
public static final LogisticMADEstimator STATIC
private LogisticMADEstimator()
public LogisticDistribution estimateFromMedianMAD(double median, double mad)
MADDistributionEstimator
estimateFromMedianMAD
in interface MADDistributionEstimator<LogisticDistribution>
median
- Median valuemad
- Median absolute deviation from medianpublic java.lang.Class<? super LogisticDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<LogisticDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.