AvgIntegralCorrelation {RHRV} | R Documentation |
Calculates the average of the Integral Correlations
Description
WARNING: deprecated function. The Integral correlation is calculated for every vector of the m-dimensional space, and then the average of all these values is calculated
Usage
AvgIntegralCorrelation(HRVData, Data, m, tau, r)
Arguments
HRVData |
Data structure that stores the beats register and information related to it |
Data |
Portion of HRVData to be analyzed |
m |
Value of the dimension of the expansion of data |
tau |
Delay of the expansion of data |
r |
Distance for calculating correlation |
Value
Returns the value of the average of IntegralCorrelations
Note
This function is used in the CalculateApEn
function, which is
deprecated. We suggest the use of the CalculateSampleEntropy
function instead of CalculateApEn
.
Author(s)
M. Lado, A. Mendez, D. Olivieri, L. Rodriguez, X. Vila
References
L. Rodriguez-Linares, A. Mendez, M. Lado, D. Olivieri, X. Vila, I. Gomez-Conde, "An open source tool for heart rate variability spectral analysis", Computer Methods and Programs in Biomedicine 103, 39-50, doi:10.1016/j.cmpb.2010.05.012 (2011)