Return a vector of the probability densities of the distribution.

Synopsis

Declared in <bits/random.h>

std::vector<double>
densities() const;

Return Value

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs