jitter_ddp: Computes the Difference of Differences of Periods (DDP) of a...

View source: R/RcppExports.R

jitter_ddpR Documentation

Computes the Difference of Differences of Periods (DDP) of a vector.

Description

Computes the Difference of Differences of Periods (DDP) 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 Jitter DDP value be returned (absolute=FALSE), or the absolute Jitter DDP (absolute=TRUE). In the case of absolute Jitter DDP, the jitter will *not* be devided by the average period.

omit

Should missing intervals be removed?

Value

The Jitter DDP (in s) (absolute=FALSE) or the absolute jitter DDP (in percent, $1..600

Author(s)

Fredrik Karlsson


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