class Statistics::Poisson

Defined in:

gsl/base/statistics.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Statistics::DiscreteDistribution

sample : Int sample

Constructor Detail

def self.new(mu : Float64) #

[View source]

Class Method Detail

def self.pdf(k : UInt64, mu : Float64) : Float64 #

[View source]
def self.sample(n : Int, mu : Float64) : Array(UInt64) #

[View source]
def self.sample(mu : Float64) : UInt64 #

[View source]

Instance Method Detail

def sample : Int #

[View source]