class ExponentialDistribution

Attributes

mu[R]

Public Class Methods

new(mu) click to toggle source
# File lib/flows_distributions/exponential_distribution.rb, line 4
def initialize(mu)
        @mu = mu
end