The online moments are updated via exponential weighting.
standardizeInputsEW(x, n_obs, lambda, current_mean, current_var)
A numeric vector. The first element is the updated mean. The second element is the updated variance times n_obs. The third element is the updated, standardized value of x.
A numeric value.
A numeric value. The number of observations.
A numeric value.
A numeric value.
A numeric value.
Michael Stephanou <michael.stephanou@gmail.com>