cummean.matrix: Cumulative mean.

Description Usage Arguments Value See Also

View source: R/diagnostics.R

Description

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

Usage

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

Arguments

x

A matrix

...

Further arguments (unused)

Value

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

See Also

cummean


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