MSMVSampEn: Multiscale multivariate sample entropy

View source: R/MSMVSampEn.R

MSMVSampEnR Documentation

Multiscale multivariate sample entropy

Description

Wrapper for MVSampEn that allows the user to specify an integer scale parameter eps. The time series is coarsegrained, and then the entropy is computed for the specified time scale.

Usage

MSMVSampEn(mat, M, tau, r, eps = 1, scale = TRUE, fun = mean, ...)

Arguments

mat

A pxn numeric matrix containing a p-variate time series.

M

A vector of length p specifying the embedding dimension.

tau

A vector of length p specifying the time lag parameter.

r

The similarity threshold.

eps

An integer specifying the time scale.

scale

If TRUE (default), standardizes the rows of mat.

fun

Function applied to each bin, passed to coarsegrain (default = mean).

...

Other arguments passed to fun.


areshenk/MSMVSampEn documentation built on July 22, 2022, 2:09 a.m.