noise_cv: noise_cv

Description Usage Arguments Value Examples

View source: R/noise_estimation.R

Description

Coefficient of variation of each column of a matrix. Can be used to get a noise estimation at each time point in an ensemble of time series.

Usage

1

Arguments

x

a numerical matrix. Individuals in rows, measurements in columns.

Value

A vector with coefficient of variations of each column.

Examples

1
2
3
x <- rnorm(20)
x <- matrix(x, nrow = 4, ncol=5)
noise_cv(x)

majpark21/TSexploreR documentation built on Oct. 16, 2019, 2:46 p.m.