getCRP {KarsTS} | R Documentation |
getCRP: gets the correlation probability of recurrence
Description
This function calculates the correlation probability of recurrence of two systems, given by their recurrece matrices.
Usage
getCRP(prob1, prob2, xLims, doPlot = FALSE, main = "plotTitle")
Arguments
prob1 |
Probability of recurrence of the first matrix |
prob2 |
Probability of recurrence of the second matrix |
xLims |
X range where the correlation probability will be calculated. The diagonals very close or very far from the main diagonal are usually discarded for estimating the CPR. |
doPlot |
Get a plot (TRUE) or not (FALSE) |
main |
Title for the plot |
Value
Correlation probability of recurrence (CPR)
Author(s)
Marina Saez Andreu
References
Romano, M. C. (2004). Synchronization Analysis by Means of Recurrences in Phase Space, Universitat Postdam. Doctoral dissertation.
[Package KarsTS version 2.4.1 Index]