rpkb | R Documentation |
Generates a random sample from PKB distributions.
rpkb(n, rho, mu, method = "ACG")
n |
The number of random draws. |
rho |
A numeric giving the concentration parameter. |
mu |
A numeric vector giving the mean direction parameter. |
method |
A character indicating the method to use, |
A matrix with the generated values.
rpkb(10, 0.95, c(1, 0, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.