This file provides the class definition for the rtmvnorm class, a functor that generates random variates from truncated multivariate normal distributions.
#include <iostream>
#include <cmath>
#include "scythestat/matrix.h"
#include "scythestat/rng.h"
#include "scythestat/error.h"
#include "scythestat/algorithm.h"
#include "scythestat/ide.h"
Include dependency graph for rtmvnorm.h:

Go to the source code of this file.
Namespaces | |
| namespace | scythe |
Classes | |
| class | scythe::rtmvnorm< RNGTYPE > |
| Truncated multivariate normal distribution random number generator. More... | |
1.4.7