abstract class Pyrite::Stat::Distribution

Overview

Base class for all distributions

Direct Known Subclasses

Defined in:

stat.cr

Instance Method Summary

Instance Method Detail

abstract def mean : Float64 #

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

Common methods that all distributions will have


[View source]
abstract def sample(rng : Random = Random::DEFAULT) : Float64 #

[View source]
abstract def variance : Float64 #

[View source]