jitter_local: Computes the local jitter of a vector.

View source: R/RcppExports.R

jitter_localR Documentation

Computes the local jitter of a vector.

Description

Computes the local jitter of a vector.

Arguments

x

The input vector

min.period

The minimum value to be included in the calculation.

max.period

The maximum value to be included in the calculation.

absolute

Should the (local) Jitter value be returned (absolute=FALSE), or the absolute (local) Jitter (absolute=TRUE). In the case of absolute (local) Jitter, the jitter will *not* be devided by the average period.

omit

Should missing intervals be removed?

Value

A value indicating the (local) jitter (absolute=FALSE) or the absolute (local) jitter (absolute=TRUE).

Author(s)

Fredrik Karlsson


FredrikKarlssonSpeech/articulated documentation built on July 20, 2023, 8:20 a.m.