class Statistics::ExponentialPower

Defined in:

gsl/maths/statistics/distributions.cr

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(scale : Float64, exponent : Float64) #

[View source]

Class Method Detail

def self.sample(scale : Float64, exponent : Float64, rng : Random | Nil = nil) : Float64 #

[View source]

Instance Method Detail

def cdf(x : Float64) : Float64 #

[View source]
def exponent : Float64 #

def exponent=(exponent : Float64) #

def pdf(x : Float64) : Float64 #

[View source]
def sample(rng : Random | Nil = nil) : Float64 #

[View source]
def scale : Float64 #

def scale=(scale : Float64) #