Last data update: 2014.03.03

R: runningStats
runningStatsR Documentation

runningStats

Description

Computing the running mean and variance

Usage

runningStats(newMat, runningMean, Mk1, Sk1, k)

Arguments

newMat

The matrix from resampled data

runningMean

The running mean matrix

Mk1

Matrix used in calculation of mean

Sk1

Matrix used in calculation of sd

k

Current resampling iteration

Value

returns the list of runningMean, runningSD, Mk, Sk

Author(s)

David L Gibbs

Results