The Anova class provides the functions necessary for performing a one-way ANalysis Of VAriance (ANOVA) on the input data matrix x.
The BatchVector
class contains a StatVector
for maintaining experimental
data in multiple batches and methods for computing statistics on these data.
The GoodnessOfFit
class is used to fit data to probability distibutions.
The Histogram
class takes a vector of values, counts the number of values
in each of several intervals and displays the counts vertically in a
histogram.
The StatTable
class display statistical results in a frame's table.
The StatVector
class provides methods for computing common statistics on a
data vector.
The Statistic
class is used to collect values and compute sample statistics
on them (e.
The TimeStatistic
class is used to collect values and compute time-persistent
statistics on them (e.
This object is used to test the Anova class.
The BatchVectorTest
object provides an example of how to use the BatchVector
class to implement the Method of Batch Means (MBM).
The GoodnessOfFitTest
object is used to test the GoodnessOfFit
class.
The HistogramTest
object is used to test the Histogram
class.
The MethodOfMoments
object provides methods for estimating parameters
for popular probability distributions using the Method of Moments (MOM).
The Q_Q_Plot
object produces Quantile-Quantile plots that are used to
compare probability distributions.
The Q_Q_PlotTest
object is used to test the Q_Q_Plot
object.
The StatTableTest
is used to test the StatTable
class.
The StatVector
companion object provides methods for building StatVector
s.
The StatVectorTest
object is used to test the StatVector
class.
The StatVectorTest2
object provides an example of how to use the StatVector
class to implement the Method of Independent Replications (MIR) following
a simple two-stage procedure.
The Statistic
companion object provides additional values and functions.
The StatisticTest
object is used to test the Statistic
and TimeStatistic
classes.
The TimeStatistic
companion object provides additional functions.
The stat package contains classes, traits and objects for basic statistical functions and analyses.