Exceedance Estimator
class ExceedanceEstimator(thresholds: DoubleArray = doubleArrayOf(1.0), name: String? = null) : Collector(source)
Tabulates the proportion and frequency for a random variable X > a(i) where a(i) are thresholds.
Author
rossetti
Parameters
name
the name of the estimator
thresholds
the thresholds
Properties
Link copied to clipboard
the array of counts for each threshold
Link copied to clipboard
Link copied to clipboard
the array of proportions for each threshold
Link copied to clipboard
2-d array with 2 rows and numThreshold columns row0 holds the thresholds row1 holds the frequencies
Link copied to clipboard
2-d array with 2 rows and numThreshold columns row0 holds the thresholds row1 holds the proportions