Package | Description |
---|---|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
Modifier and Type | Class and Description |
---|---|
static class |
ChiSquareDistribution.CDF
Cumulative Distribution Function (CDF) of a Chi-Square Distribution
|
static class |
ChiSquareDistribution.PDF
PDF of the Chi-Square distribution
|
Modifier and Type | Method and Description |
---|---|
ChiSquareDistribution |
ChiSquareDistribution.clone() |
Constructor and Description |
---|
CDF(ChiSquareDistribution other)
Copy constructor
|
ChiSquareDistribution(ChiSquareDistribution other)
Copy constructor
|
PDF(ChiSquareDistribution other)
Copy constructor
|