View source: R/distributional_uncertainty.R
distributional_seed | R Documentation |
Function for creating distributional seeds
distributional_seed(n, delta)
n |
The sample size |
delta |
The pertubation parameter |
d_seed <- distributional_seed(1000,10) qqnorm(drnorm(d_seed)) # Compare to standard normal qqnorm(rnorm(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.