Package | Description |
---|---|
com.imsl.stat |
Statistical methods.
|
Modifier and Type | Method and Description |
---|---|
double |
NormalityTest.ChiSquaredTest(int n)
Performs the chi-squared goodness-of-fit test.
|
double |
InverseCdf.eval(double p,
double guess)
Evaluates the inverse CDF function.
|
double |
NormalityTest.LillieforsTest()
Performs the Lilliefors test.
|
double |
NormalityTest.ShapiroWilkWTest()
Performs the Shapiro-Wilk W test.
|
Constructor and Description |
---|
ChiSquaredTest(CdfFunction cdf,
int nCutpoints,
int nParameters)
Constructor for the Chi-squared goodness-of-fit test
|
Copyright © 2020 Rogue Wave Software. All rights reserved.