package math
Miscellaneous math and statistics utilities.
- Alphabetic
- By Inheritance
- math
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
object
stats
Miscellaneous statistics-related functions.
Miscellaneous statistics-related functions.
Note: You must import
scala.math.Numeric
(or justNumeric._
) for these functions to work. For example:import Numeric._ import grizzled.math.stats._ val l = List[Double]( ... ) println(median(l))
-
object
util
Useful math-related utility functions.