scalation

stat

package stat

The stat package contains classes, traits and objects for basic statistical functions and analyses.

Visibility
  1. Public
  2. All

Type Members

  1. class Anova extends AnyRef

    The Anova class provides the functions necessary for performing a one-way ANalysis Of VAriance (ANOVA) on the input data matrix x.

  2. class BatchVec extends AnyRef

    This class contains a Random Vector (RVec) for maintaining experimental data in multiple batches and methods for computing statistics on these data.

  3. class GoodnessOfFit extends Error

    This class is used to fit data to probability distibutions.

  4. class StatVector extends VectorD

    The StatVector class provides methods for computing common statistics on a data vector.

  5. class Statistic extends Error

    This class is used to collect values and compute sample statistics on them (e.

  6. class TimeStatistic extends Statistic

    This class is used to collect values and compute time-persistent statistics on them (e.

Value Members

  1. object AnovaTest extends App

    This object is used to test the Anova class.

  2. object BatchVecTest extends App

    This object tests the BatchVec class.

  3. object GoodnessOfFitTest extends App

    This object is used to test the GoodnessOfFit class.

  4. object StatVectorTest extends App

    Object to test the StatVector class.

  5. object StatisticTest extends App

    This object is used to test the Statistic and TimeStatistic classes.