stats

object stats
class Object
trait Matchable
class Any

Value members

Concrete methods

def weightedCovariance(data: RealMatrix, weights: Array[Double]): RealMatrix
def weightedSample[T](n: Int, data: Vector[T], weights: Vector[Double])(implicit rng: Random): Vector[T]