Learn R Programming

mewAvg (version 0.3.1)

mewGetMean: 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

Run this code
# NOT RUN {
## see the examples for the function \code{mewMean}

# }

Run the code above in your browser using DataLab