Uses of Interface
com.imsl.stat.CdfFunction
Packages that use CdfFunction
Package
Description
Statistical methods.
Statistics examples.
-
Uses of CdfFunction in com.imsl.stat
Constructors in com.imsl.stat with parameters of type CdfFunctionModifierConstructorDescriptionChiSquaredTest(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 testInverseCdf(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. -
Uses of CdfFunction in com.imsl.test.example.stat
Classes in com.imsl.test.example.stat that implement CdfFunctionModifier and TypeClassDescriptionclassComputes the inverse of a user-supplied CDF at a probability value.classGenerates a pseudorandom sample from a normal distribution and performs a goodness of fit test.