
public static class LogLogisticDistribution.Parameterizer extends AbstractDistribution.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
scale
Parameters.
|
(package private) double |
shape
Parameters.
|
LOCATION_ID, RANDOM_ID, rnd, SCALE_ID, SHAPE_ID| Constructor and Description |
|---|
LogLogisticDistribution.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected LogLogisticDistribution |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic LogLogisticDistribution.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistribution.Parameterizerconfig - Parameterization to add options to.protected LogLogisticDistribution makeInstance()
AbstractParameterizermakeInstance in class AbstractDistribution.Parameterizer