class Statistics::Gamma

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

Class Method Detail

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

[View source]

Instance Method Detail

def cdf(x : Float64) : Float64 #

def pdf(x : Float64) : Float64 #

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

def scale : Float64 #

def scale=(scale : Float64) #

def shape : Float64 #

def shape=(shape : Float64) #