mewGetMean {mewAvg}R 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}


[Package mewAvg version 0.3.1 Index]