Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

mewInit (Package: mewAvg) : Create an S4 object of class code{mewTyp

Call this function to create an S4 object of class mewTyp.
● Data Source: CranContrib
● Keywords:
● Alias: mewInit
● 0 images

mewMean (Package: mewAvg) : Update the moving expanding window average

When desired, the x_mean slot in an S4 object of class mewTyp may be updated to contain the correct moving expanding window (MEW) average (it is not updated by the function mewAccum to save computation). If the slot know_mean is unity, the slot x_mean is up-to-date; otherwise; it is not.
● Data Source: CranContrib
● Keywords:
● Alias: mewMean
● 0 images

mewAvg (Package: mewAvg) : Convenience wrapper for the MEW process

Packages the process of calling mewInit, looping through the random vectors calling mewAccum for each one and calling mewMean when desired.
● Data Source: CranContrib
● Keywords:
● Alias: mewAvg
● 0 images

mewTyp-class (Package: mewAvg) : The state of the moving expanding window average

The class holds the current state of the moving expanding window (MEW) average
● Data Source: CranContrib
● Keywords:
● Alias: mewTyp-class
● 0 images

mewAvg-package (Package: mewAvg) : A fixed memory moving expanding window average

This package provides the tools to calculate an average in a moving expanding window (MEW) using a fixed amount of memory.
● Data Source: CranContrib
● Keywords:
● Alias: mewAvg-package
● 0 images

show,mewTyp-method (Package: mewAvg) : Print the MEW average to the screen

Print to the screen the first six elements of the current value (if it is up-to-date) of the moving expanding window (MEW) average. An error is raised if the MEW average is not up-to-date.
● Data Source: CranContrib
● Keywords:
● Alias: show,mewTyp-method
● 0 images

mewAccum (Package: mewAvg) : Update the class code{mewTyp

Update an S4 object of class mewTyp with a new data point
● Data Source: CranContrib
● Keywords:
● Alias: mewAccum
● 0 images

mewGetMean (Package: mewAvg) : Extract MEW average value

Return the current value of the moving expanding window (MEW) average if it is up-to-date; otherwise, raise an error
● Data Source: CranContrib
● Keywords:
● Alias: mewGetMean
● 0 images