collect
Collects on the values returned by the supplied GetValueIfc
Parameters
v
the object that returns the value to be collected
Collects on the boolean value true = 1.0, false = 0.0
Parameters
obs
the observation to collect on
Collect on the double value return by the function
Parameters
fn
the function to invoke to collect doubles
Collects on the Int value
Parameters
obs
the observation to collect on
Collects on the Long value
Parameters
obs
the observation to collect on
Collect on the supplied value. Double.NaN, Double.NEGATIVE_INFINITY, and Double.POSITIVE_INFINITY values are counted as missing. Null values are not permitted.
Parameters
obs
a double representing the observation
Collects on the values in the supplied array.
Parameters
observations
the values, must not be null
Collects on all the values in the supplied collection.