IntegralCorrelation function

Calculates the Integral Correlation

Calculates the Integral Correlation

WARNING: deprecated function. The Integral correlation is calculated for every vector of the m-dimensional space

IntegralCorrelation(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

Returns

Returns the value of the average of IntegralCorrelations

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)

Author(s)

M. Lado, A. Mendez, D. Olivieri, L. Rodriguez, X. Vila

See Also

BuildTakensVector

Note

This function is used in the CalculateApEn function, which is deprecated . We suggest the use of the CalculateSampleEntropy

function instead of CalculateApEn.