HMFcompute: HMF spectral component

Description Usage Arguments Value References Examples

View source: R/Hartley_functions.R

Description

This function computes the mth HMF spectral component of the measurement profile (Equation 5, Anderson et al., 2017).

Usage

1
HMFcompute(meds, m, W0, n, Harg0)

Arguments

meds

Matrix with the first column containing measurement times and the second column containing the corresponding measurements. Defaults to NULL.

m

The m value.

W0

The omega_0 term.

n

Highest order of the system (n=1 for the first degree system that this analysis was designed for).

Harg0

If omega_0 is equal to zero (x=0), set omega_0 to Harg0 (w=Harg0).

Value

The spectral component data.

References

http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005627

Examples

1
2
This function is not recommended to be used in isolation.
HMFcompute(data, m, omega, n, H0)

WarrenDavidAnderson/dynamicNetworkID documentation built on May 23, 2019, 4:23 p.m.