Packages

p

breeze

stats

package stats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package distributions
  2. package hypothesis

    This package contains hypothesis tests.

  3. package mcmc
  4. package random
  5. package regression

Type Members

  1. case class ModeResult[T](mode: T, frequency: Int) extends Product with Serializable
  2. class RandomizationTest[L] extends (Seq[L], Seq[L]) => Double

    Implements statistical significance testing for the output of two systems by randomization.

    Implements statistical significance testing for the output of two systems by randomization. This system assumes they're on the same dataset, which changes the procedure. Follows Teh, 2000 More accurate tests for the statistical significance of result differences.

    Labels must have .equals.

  3. sealed trait meanLowPriority extends AnyRef

Value Members

  1. object DescriptiveStats
  2. object accumulateAndCount extends UFunc
  3. object bincount extends UFunc
  4. object corrcoeff extends UFunc
  5. object covmat extends UFunc
  6. object digitize extends UFunc
  7. object hist extends UFunc
  8. object mean extends UFunc with meanLowPriority
  9. object meanAndVariance extends UFunc
  10. object median extends UFunc
  11. object mode extends UFunc
  12. object stddev extends UFunc
  13. object variance extends UFunc

Ungrouped