. This
distribution has the density function
where
and
are
-vectors, and
is an
positive
definite matrix.
decl Dist = new NormalDistribution(0, 1); decl Z = Dist.Generate(20);
| Methods | |
| Dim |
Gives the dimension of the distribution |
| Generate | Generates a random sample from the distribution |
| NormalDistribution |
Create a new instance of the NormalDistribution class with parameters and |
of the distribution
| cT | The demanded number of samples |
and