Multinomial gaussian probability distribution. More...
#include <Distribution.h>


Public Member Functions | |
| MultinomialGaussian () | |
| MultinomialGaussian (int d) | |
create a multinomial with d dimensions More... | |
| virtual | ~MultinomialGaussian () |
| virtual real | generate () |
| virtual real | pdf (real x) |
Public Member Functions inherited from Distribution | |
| Distribution () | |
| virtual | ~Distribution () |
Public Attributes | |
| int | d |
| number of dimensions More... | |
Multinomial gaussian probability distribution.
Definition at line 154 of file Distribution.h.
|
inline |
Definition at line 157 of file Distribution.h.
|
inline |
create a multinomial with d dimensions
Definition at line 159 of file Distribution.h.
|
inlinevirtual |
Definition at line 163 of file Distribution.h.
|
virtual |
Implements Distribution.
Implements Distribution.
| int MultinomialGaussian::d |
number of dimensions
Definition at line 156 of file Distribution.h.