Search found 1 match

by martin
Mon Aug 5, 2013 08:45
Forum: Bugs
Topic: Bug in fnn.m
Replies: 0
Views: 23093

Bug in fnn.m

Hello, I recently discovered a bug in the False Nearest Neighbour-function fnn.m (rev. 5.8), which is part of the CRP-Toolbox. Obviously in ll. 149 and 154 the identifiers “t” (embedding delay) and “r” (neighbourhood criterion) are mixed up. A correct version might be: t = varargin{i_x(2)}; % line 1...