Package | Description |
---|---|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
Modifier and Type | Class and Description |
---|---|
static class |
LaplaceDistribution.CDF
CDF of the Laplace distribution.
|
static class |
LaplaceDistribution.PDF
The PDF of a Laplace Distribution.
|
Modifier and Type | Method and Description |
---|---|
LaplaceDistribution |
LaplaceDistribution.clone() |
LaplaceDistribution |
LaplaceDistribution.MaximumLikelihoodEstimator.learn(java.util.Collection<? extends java.lang.Double> data) |
LaplaceDistribution |
LaplaceDistribution.WeightedMaximumLikelihoodEstimator.learn(java.util.Collection<? extends WeightedValue<? extends java.lang.Double>> data)
Creates a new instance of LaplaceDistribution using a weighted
Maximum Likelihood estimate based on the given data
|
Modifier and Type | Method and Description |
---|---|
static double |
LaplaceDistribution.CDF.inverse(LaplaceDistribution laplace,
double p)
Computes the inverse of the CDF for the give probability.
|
Constructor and Description |
---|
CDF(LaplaceDistribution other)
Copy Constructor
|
LaplaceDistribution(LaplaceDistribution other)
Copy Constructor
|
PDF(LaplaceDistribution other)
Copy Constructor
|