Learn R Programming

mewAvg (version 0.3.1)

A Fixed Memeory Moving Expanding Window Average

Description

Compute the average of a sequence of random vectors in a moving expanding window using a fixed amount of memory.

Copy Link

Version

Install

install.packages('mewAvg')

Monthly Downloads

188

Version

0.3.1

License

GPL (>= 2.0)

Maintainer

Adam L Pintar

Last Published

April 25th, 2022

Functions in mewAvg (0.3.1)

mewTyp-class

The state of the moving expanding window average
show,mewTyp-method

Print the MEW average to the screen
mewAvg-package

A fixed memory moving expanding window average
mewGetMean

Extract MEW average value
mewMean

Update the moving expanding window average
mewAccum

Update the class mewTyp
mewInit

Create an S4 object of class mewTyp
mewAvg

Convenience wrapper for the MEW process