All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quantarray.anaheim.numerics.Mean.scala Maven / Gradle / Ivy

package com.quantarray.anaheim.numerics

object Mean {

  def of(xs: Seq[Double]): Double = xs.sum / xs.size
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy