class Statistics::LevySkew

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Statistics::ContinuousDistribution

sample(rng : Random | Nil = nil) : Float64
sample(n : Int32, rng : Random | Nil = nil) : Array(Float64)
sample

Class methods inherited from class Statistics::ContinuousDistribution

sample(n : Int32, *args) : Array(Float64) sample

Constructor Detail

def self.new(c : Float64, alpha : Float64, beta : Float64) #

Class Method Detail

def self.sample(c : Float64, alpha : Float64, beta : Float64, rng : Random | Nil = nil) : Float64 #

Instance Method Detail

def alpha : Float64 #

def alpha=(alpha : Float64) #

def beta : Float64 #

def beta=(beta : Float64) #

def c : Float64 #

def c=(c : Float64) #

def cdf(x : Float64) : Float64 #

def pdf(x : Float64) : Float64 #

def sample(rng : Random | Nil = nil) : Float64 #