Uses of Class
com.imsl.stat.InverseCdf.DidNotConvergeException
Packages that use InverseCdf.DidNotConvergeException
-
Uses of InverseCdf.DidNotConvergeException in com.imsl.stat
Methods in com.imsl.stat that throw InverseCdf.DidNotConvergeExceptionModifier and TypeMethodDescriptionfinal doubleNormalityTest.ChiSquaredTest(int n) Performs the chi-squared goodness-of-fit test.doubleInverseCdf.eval(double p, double guess) Evaluates the inverse CDF function.final doubleNormalityTest.LillieforsTest()Performs the Lilliefors test.final doubleNormalityTest.ShapiroWilkWTest()Performs the Shapiro-Wilk W test.Constructors in com.imsl.stat that throw InverseCdf.DidNotConvergeExceptionModifierConstructorDescriptionChiSquaredTest(CdfFunction cdf, int nCutpoints, int nParameters) Constructor for the Chi-squared goodness-of-fit test