NormalDistribution

Undocumented in source.

Constructors

this
this(T mu, T sigma)
Undocumented in source.

Members

Functions

cdf
auto cdf(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
cdfInverse
auto cdfInverse(U p)
Undocumented in source. Be warned that the author may not have intended to support it.
logLikehood
auto logLikehood(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
pdf
auto pdf(U x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mu
T mu;
Undocumented in source.
sigma
T sigma;
Undocumented in source.

Meta