Package | Description |
---|---|
com.imsl.stat.distributions |
Probability distributions and parameter estimation.
|
Modifier and Type | Method and Description |
---|---|
static MaximumLikelihoodEstimation.OptimizationMethod |
MaximumLikelihoodEstimation.OptimizationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaximumLikelihoodEstimation.OptimizationMethod[] |
MaximumLikelihoodEstimation.OptimizationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MaximumLikelihoodEstimation.compute(MaximumLikelihoodEstimation.OptimizationMethod optMethod)
Computes the maximum likelihood estimates with the specified optimization
method.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.