Uses of Class
com.imsl.stat.ChiSquaredTest.NotCDFException
Packages that use ChiSquaredTest.NotCDFException
-
Uses of ChiSquaredTest.NotCDFException in com.imsl.stat
Methods in com.imsl.stat that throw ChiSquaredTest.NotCDFExceptionModifier and TypeMethodDescriptiondoubleChiSquaredTest.getChiSquared()Returns the chi-squared statistic.doubleChiSquaredTest.getDegreesOfFreedom()Returns the degrees of freedom in chi-squared.doubleChiSquaredTest.getP()Returns the p-value for the chi-squared statistic.voidChiSquaredTest.setRange(double lower, double upper) Sets endpoints of the range of the distribution.voidChiSquaredTest.update(double x) Adds a new observation to the test.voidChiSquaredTest.update(double[] x) Adds new observations to the test.voidChiSquaredTest.update(double[] x, double[] freq) Adds new observations to the test.voidChiSquaredTest.update(double x, double freq) Adds a new observation to the test.Constructors in com.imsl.stat that throw ChiSquaredTest.NotCDFExceptionModifierConstructorDescriptionChiSquaredTest(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