Description Usage Arguments Details Value References See Also Examples
Generate random numbers from bivariate and trivariate normal distributions.
1 2 3 4 |
f |
A nbvpdf (bivariate normal) or ntvpdf (trivariate normal) object. |
n |
Integer, the number of random numbers. |
... |
Ignored. |
These functions call the rmvnorm function from the mvtnorm package.
A two-column or three-column numeric matrix.
Refer to the vignette for an overview, references, theoretical background and better examples.
Normal
For bivarate and triviate normal distributions.
1 2 3 | f <- nbvpdf ()
bvrng (f, 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.