cauchy | R Documentation |
Generate n pseudo random numbers from a cauchy distribution.
cauchy(n = 1, t = 0, s = 1, seed = as.integer(Sys.time()))
n |
the number of pseudo random geometric numbers to generate. Defaults to 1. |
t |
Location parameter. Defaults to 0. |
s |
scaling parameter. Defaults to 1. |
seed |
Seed for pseudo random number generating algorithm. Defaults to a integer generated from the system time |
vector of cauchy random variants of length n
cauchy(n=1e5, t = -2, s = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.