Last data update: 2014.03.03

R: Extract MEW average value
mewGetMeanR Documentation

Extract MEW average value

Description

Return the current value of the moving expanding window (MEW) average if it is up-to-date; otherwise, raise an error

Usage

mewGetMean(av)

Arguments

av

The current state of the MEW average

Value

(vector double length n_xx) the current value of the MEW average if it is up-to-date

Examples

## see the examples for the function code{mewMean}

Results