morenococo / crqa

Cross-recurrence quantification analysis of two time-series, of either categorical or continuous values. It provides different methods for profiling cross-recurrence, i.e., only looking at the diagonal recurrent points, as well as more in-depth measures of the whole cross-recurrence plot, e.g., recurrence rate.
9 stars 1 forks source link

first estimate of mdfnn function #15

Closed Wallot closed 4 months ago

Wallot commented 6 months ago

The first estimate for the embedding parameter in the mdfnn function is fixed to 100%. However, it needs to change contingent on the data structure.

racdale commented 5 months ago

Would this correspond to an update on line 80 of mdFnn.R...

fnnPerc = 100 # first FNN

...to correspond to line 119 on the original MATLAB source for mdembedding here?

fnnPerc = zeros(maxEmb-1,1); % first FNN

morenococo commented 4 months ago

Accepted your change @Wallot . implemented and tested in the latest version of crqa_2.0.6