Exponential

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

Value members

Abstract methods

def apply(rate: A): Dist[A]

Return an A that has an exponential distribution from 0, with the given rate parameter.

Return an A that has an exponential distribution from 0, with the given rate parameter.