Search found 2 matches

by rp111
Mon Feb 13, 2012 10:48
Forum: Bugs
Topic: 'Too less data' error
Replies: 3
Views: 27930

Re: 'Too less data' error

My time series vector x is actually a Matlab matrix (say, 80x10), and I get this error with both crp(x) and crp2(x').

I don't really understand what may be wrong.
by rp111
Tue Feb 7, 2012 12:04
Forum: Bugs
Topic: 'Too less data' error
Replies: 3
Views: 27930

'Too less data' error

Hello: I am using the CRP toolbox and using it like this: rp=crp2(x); where 'x' is a data matrix of several columns (more than two). For some contents of 'x', not always, I get this error: ??? Error using ==> crp2 at 297 Too less data Either too much NaN or the number of columns in the vectors do no...