The package data-smoothing seems broken

Octave version 3.4.3-rc0

> x = linspace(0,1,100).';
> y = x.^2 + 0.1*(2*rand(100,1)-1);
> regdatasmooth (x,y)
error: Invalid call to fminunc.  Correct usage is:

 -- Function File:  fminunc (FCN, X0)
 -- Function File:  fminunc (FCN, X0, OPTIONS)
 -- Function File: [X, FVEC, INFO, OUTPUT, GRAD, HESS] = fminunc (FCN,
          ...)

error: called from:
error:   /usr/local/share/octave/3.4.3-rc0/m/help/print_usage.m at
line 87, column 5
error:   /usr/local/share/octave/3.4.3-rc0/m/optimization/fminunc.m at
line 95, column 5
error:   /home/juanpi/octave/data-smoothing-1.2.0/regdatasmooth.m at
line 122, column 17

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to