scalation

stat

package stat

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 StatVector extends VectorN[Double]

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

  4. class Statistic extends Error

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

  5. 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 StatVectorTest extends App

    Object to test the StatVector class.

  4. object StatisticTest extends App

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