Package

grizzled

math

Permalink

package math

Miscellaneous math and statistics utilities.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. math
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object stats

    Permalink

    Miscellaneous statistics-related functions.

    Miscellaneous statistics-related functions.

    Note: You must import scala.math.Numeric (or just Numeric._) for these functions to work. For example:

    import Numeric._
    import grizzled.math.stats._
    
    val l = List[Double]( ... )
    println(median(l))
  2. object util

    Permalink

    Useful math-related utility functions.

Inherited from AnyRef

Inherited from Any

Ungrouped