mwmean.matrix: Moving window mean.

Description Usage Arguments Value See Also

View source: R/diagnostics.R

Description

Compute the moving window means of the columns of a matrix x. ie each column is treated separately

Usage

1
2
  ## S3 method for class 'matrix'
 mwmean(x, window, ...)

Arguments

x

A matrix

window

...

...

Further arguments (unused)

Value

A matrix of the same dimension as x, with the moving window values.

See Also

mwmean


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.