(CAA_Mathematics.library)
This function will update the experimental variance of the mean with respect to the new input parameter
, which will be added to a series of data
(from previous calls). the variance
of the data
is calculated according to:
, where
is the arithmetic mean of the data.
Input:
xEnable
|
BOOL
|
reset (see Guideline for CAA libraries)
|
lrInputValue
|
LREAL
|
new data
|
Output:
lrVariance
|
LREAL
|
experimental variance of the mean of
|