Exceedance Estimator
Tabulates the proportion and frequency for a random variable X > a(i) where a(i) are thresholds.
Author
rossetti
Parameters
the name of the estimator
the thresholds
Properties
the array of counts for each threshold
the array of proportions for each threshold
2-d array with 2 rows and numThreshold columns row0 holds the thresholds row1 holds the frequencies
2-d array with 2 rows and numThreshold columns row0 holds the thresholds row1 holds the proportions
Functions
Allows the adding (attaching) of an observer to the observable
Collects on the boolean value true = 1.0, false = 0.0
Collects on the values in the supplied array.
Collect on the double value return by the function
Collects on the Int value
Collects on the Long value
Collects on all the values in the supplied collection.
Collects on the values returned by the supplied GetValueIfc
Collect on the supplied value. Double.NaN, Double.NEGATIVE_INFINITY, and Double.POSITIVE_INFINITY values are counted as missing. Null values are not permitted.
Returns how many observers are currently attached to the observable
Detaches all the observers from the observable
Allows the deletion (removing) of an observer from the observable
Returns true if the observer is already attached