ens | R Documentation |
Shows how many scenarios are effectively been considered when using flexible probabilities.
ens(p)
p |
An object of the |
A single double
.
set.seed(123) p <- exp_decay(stats::rnorm(100), 0.01) # ens is smaller than 100 ens(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.