|
Class Summary |
| FBar |
This class is similar to FDist, except that it provides static methods
to compute or approximate the complementary distribution function of X,
which we define as
bar(F)(x) = P[X >= x], instead of
F(x) = P[X <= x]. |
| FDist |
This class provides methods to compute (or approximate)
the distribution functions of special types of
goodness-of-fit test statistics. |
| GofFormat |
This class contains methods used to format results of GOF
test statistics, or to apply a series of tests
simultaneously and format the results. |
| GofStat |
This class provides methods to compute several types of EDF goodness-of-fit
test statistics and to apply certain transformations to a set of
observations. |
| GofStat.OutcomeCategoriesChi2 |
This class helps managing the partitions of possible outcomes
into categories for applying chi-square tests. |
| KernelDensity |
This class provides methods to compute a kernel density estimator from a set
of n individual observations
x0,…, xn-1, and returns its value
at m selected points. |