MVSampEn: Multivariate sample entropy

View source: R/MVSampEn.R

MVSampEnR Documentation

Multivariate sample entropy

Description

Function computes the multivariate sample entropy of a signal

Usage

MVSampEn(mat, M, tau, r, scale = TRUE)

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.

scale

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


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