Spec Beta Pdf
Probability density function for the Beta function.

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

Member Function Overview

Interface Metafunction Overview

Interface Metafunctions Inherited From Pdf

Member Functions Detail

Pdf::Pdf(alpha, beta[, AlphaBeta()]); Pdf::Pdf(mu, sigma, MeanStdDev());

Constructor for the beta Pdf.

Parameters

alpha Alpha value for the beta distribution, double.
beta Beta value for the beta distribution, double.
mu Mean value for the beta distribution, double.
sigma Standard deviation value for the beta distribution, double.

Use the tags AlphaBeta and MeanStdDev to select the meaning of the two parameters.

Data Races

Thread safety unknown!