Package | Description |
---|---|
com.imsl.stat |
Statistical methods.
|
com.imsl.test.example.stat |
Statistics examples.
|
Constructor and Description |
---|
ChiSquaredTest(CdfFunction cdf,
double[] cutpoints,
int nParameters)
Constructor for the Chi-squared goodness-of-fit test.
|
ChiSquaredTest(CdfFunction cdf,
int nCutpoints,
int nParameters)
Constructor for the Chi-squared goodness-of-fit test
|
InverseCdf(CdfFunction cdf)
Constructor for the inverse of a user-supplied cummulative distribution function.
|
KolmogorovOneSample(CdfFunction cdf,
double[] x)
Constructs a one sample Kolmogorov-Smirnov goodness-of-fit test.
|
Modifier and Type | Class and Description |
---|---|
class |
InverseCdfEx1
Computes the inverse of a user-supplied CDF at a probability value.
|
class |
RandomEx1
Generates a pseudorandom sample from a normal distribution and performs a
goodness of fit test.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.