Module: Distribution::Normal

Extended by:
Distributable
Defined in:
lib/distribution/normal.rb,
lib/distribution/normal/gsl.rb,
lib/distribution/normal/java.rb,
lib/distribution/normal/ruby.rb,
lib/distribution/normal/statistics2.rb

Overview

From Wikipedia: Continuous probability distribution that is often used as a first approximation to describe real-valued random variables that tend to cluster around a single mean value. The graph of the associated probability density function is "bell-shaped.

Defined Under Namespace

Modules: GSL_, Java_, Ruby_, Statistics2_

Constant Summary collapse

SHORTHAND =
'norm'

Method Summary

Methods included from Distributable

create_distribution_methods