@Reference(authors="D. J. Olive", title="Applied Robust Statistics", booktitle="", url="http://lagrange.math.siu.edu/Olive/preprints.htm", bibkey="books/Olive08") public class LogLogisticMADEstimator extends java.lang.Object implements LogMADDistributionEstimator<LogLogisticDistribution>
Reference:
D. J. Olive
Applied Robust Statistics
Preprint, University of Minnesota
Modifier and Type | Class and Description |
---|---|
static class |
LogLogisticMADEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static LogLogisticMADEstimator |
STATIC
Static instance.
|
Modifier | Constructor and Description |
---|---|
private |
LogLogisticMADEstimator()
Private constructor, use static instance!
|
Modifier and Type | Method and Description |
---|---|
LogLogisticDistribution |
estimateFromLogMedianMAD(double median,
double mad,
double shift)
General form of the parameter estimation
|
java.lang.Class<? super LogLogisticDistribution> |
getDistributionClass()
Get the class that is produced by the estimator.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
estimate
estimate
public static final LogLogisticMADEstimator STATIC
private LogLogisticMADEstimator()
public LogLogisticDistribution estimateFromLogMedianMAD(double median, double mad, double shift)
LogMADDistributionEstimator
estimateFromLogMedianMAD
in interface LogMADDistributionEstimator<LogLogisticDistribution>
median
- Median lof log values.mad
- Median absolute deviation from median (in logspace).shift
- Shift offset that was used to avoid negative values.public java.lang.Class<? super LogLogisticDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<LogLogisticDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.