chiSquared | R Documentation |
Generate n pseudo random numbers from a chi-squared distribution.
chiSquared(n = 1, k = 1, seed = as.integer(Sys.time()))
n |
the number of pseudo random chi-squared numbers to generate. Defaults to 1. |
k |
degrees is the degrees of freedom. Defaults to 1. |
seed |
Seed for pseudo random number generating algorithm. Defaults to a integer generated from the system time |
vector of chi-squared random variants of length n
chiSquared(n=1e5, k =6, seed = 155)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.