class Statistics::InverseGamma

Overview

Class representing an inverse-gamma distribution

Defined in:

gsl/base/statistics.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Statistics::ContinuousDistribution

sample : Float64 sample

Constructor Detail

def self.new(shape : Float64, scale : Float64) #

[View source]

Class Method Detail

def self.log_pdf(x : Float64, shape : Float64, scale : Float64) #

[View source]
def self.pdf(x : Float64, shape : Float64, scale : Float64) : Float64 #

[View source]

Instance Method Detail

def log_pdf(x : Float64) : Float64 #

[View source]
def pdf(x : Float64) : Float64 #

[View source]
def sample : Float64 #

[View source]