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