Package

org.openmole.tool

statistics

Permalink

package statistics

Linear Supertypes
StatisticsPackage, Stat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. statistics
  2. StatisticsPackage
  3. Stat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class StatisticIterableOfDoubleDecorator extends AnyRef

    Permalink
    Definition Classes
    StatisticsPackage

Value Members

  1. def average: (Seq[Double]) ⇒ Double

    Permalink
    Definition Classes
    Stat
  2. def confidenceInterval(p: Double): (Seq[Double]) ⇒ Double

    Permalink
    Definition Classes
    Stat
  3. def meanSquaredError: (Seq[Double]) ⇒ Double

    Permalink
    Definition Classes
    Stat
  4. def median: (Seq[Double]) ⇒ Double

    Permalink
    Definition Classes
    Stat
  5. def medianAbsoluteDeviation: (Seq[Double]) ⇒ Double

    Permalink
    Definition Classes
    Stat
  6. def rootMeanSquaredError: (Seq[Double]) ⇒ Double

    Permalink
    Definition Classes
    Stat
  7. implicit def statisticArrayOfDoubleDecorator(s: Array[Double]): StatisticIterableOfDoubleDecorator

    Permalink
    Definition Classes
    StatisticsPackage

Inherited from StatisticsPackage

Inherited from Stat

Inherited from AnyRef

Inherited from Any

Ungrouped