R/ens.R
ens.Rd
Shows how many scenarios are effectively been considered when using flexible probabilities.
ens(p)
An object of the ffp class.
ffp
A single double.
double
set.seed(123) p <- exp_decay(stats::rnorm(100), 0.01) # ens is smaller than 100 ens(p) #> [1] 96.01674