scalation

stat

package stat

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. stat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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

    The GoodnessOfFit class is used to fit data to probability distibutions.

  4. class Histogram extends MainFrame

    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.

  5. class StatTable extends MainFrame

    The StatTable class display statistical results in a frame's table.

  6. class StatVector extends VectorD

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

  7. class Statistic extends Error

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

  8. class TimeStatistic extends Statistic

    The TimeStatistic 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

    The GoodnessOfFitTest object is used to test the GoodnessOfFit class.

  4. object HistogramTest extends App

    The HistogramTest object is used to test the Histogram class.

  5. object MethodOfMoments

    The MethodOfMoments object provides methods for estimating parameters for popular probability distributions using the Method of Moments (MOM).

  6. object Q_Q_Plot

    The Q_Q_Plot object produces Quantile-Quantile plots that are used to compare probability distributions.

  7. object Q_Q_PlotTest extends App

    The Q_Q_PlotTest object is used to test the Q_Q_Plot object.

  8. object StatTableTest extends App

    The StatTableTest is used to test the StatTable class.

  9. object StatVector extends Serializable

    The StatVector companion object provides methods for building StatVectors.

  10. object StatVectorTest extends App

    The StatVectorTest object is used to test the StatVector class.

  11. object Statistic extends Error

    The Statistic companion object provides additional values and functions.

  12. object StatisticTest extends App

    The StatisticTest object is used to test the Statistic and TimeStatistic classes.

  13. object TimeStatistic extends Error

    The TimeStatistic companion object provides additional functions.

Inherited from AnyRef

Inherited from Any

Ungrouped