AggrUtils

molecule.core.util.AggrUtils
trait AggrUtils

Attributes

Source
AggrUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object Avg

Attributes

Companion
trait
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Avg.type
trait Avg[A]

Attributes

Companion
object
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
object StdDev

Attributes

Companion
trait
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
StdDev.type
trait StdDev[A]

Attributes

Companion
object
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
object Variance

Attributes

Companion
trait
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Variance.type
trait Variance[A]

Attributes

Companion
object
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def averageOf[A](vs: A*)(implicit avg: Avg[A]): Double

Attributes

Source
AggrUtils.scala
def getMedian(list: List[Double]): Double

Attributes

Source
AggrUtils.scala
def stdDevOf[A](vs: A*)(implicit stdDev: StdDev[A]): Double

Attributes

Source
AggrUtils.scala
def varianceOf[A](vs: A*)(implicit variance: Variance[A]): Double

Attributes

Source
AggrUtils.scala