ens function

Effective Number of Scenarios

Effective Number of Scenarios

Shows how many scenarios are effectively been considered when using flexible probabilities.

ens(p)

Arguments

  • p: An object of the ffp class.

Returns

A single double.

Examples

set.seed(123) p <- exp_decay(stats::rnorm(100), 0.01) # ens is smaller than 100 ens(p)
  • Maintainer: Bernardo Reckziegel
  • License: MIT + file LICENSE
  • Last published: 2022-09-29