Spec Normal Pdf
Probability density function for normal distribution.

Extends Pdf
All Extended Pdf
Defined in <seqan/random.h>
Signature template <> class Pdf<Normal>;

Member Function Overview

Interface Metafunction Overview

Interface Metafunctions Inherited From Pdf

Member Functions Detail

Pdf::pdf(mu, sigma);

Constructor for normal distribution Pdf.

Parameters

mu Mean of the normal distribution, double.
sigma Standard deviation of the normal distribution, double.

Data Races

Thread safety unknown!