Package | Description |
---|---|
gov.sandia.cognition.algorithm |
Provides general interfaces and implementations for algorithms.
|
gov.sandia.cognition.statistics.method |
Provides algorithms for evaluating statistical data and conducting statistical inference, particularly frequentist methods.
|
Modifier and Type | Method and Description |
---|---|
AbstractParallelAlgorithm |
AbstractParallelAlgorithm.clone() |
Modifier and Type | Class and Description |
---|---|
class |
MaximumLikelihoodDistributionEstimator<DataType>
Estimates the most-likely distribution, and corresponding parameters, of
that generated the given data from a pre-determined collection of
candidate parameteric distributions.
|