Gaussian

trait Gaussian[@specialized(Float, Double) A]
Companion
object
class Any

Value members

Abstract methods

def apply(mean: A, stdDev: A): Dist[A]

Return an A that is normally distributed about mean with a standard deviation of stdDev.

Return an A that is normally distributed about mean with a standard deviation of stdDev.