help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: confidence region and leasqr()


From: Dmitry Shkirmanov
Subject: Re: confidence region and leasqr()
Date: Wed, 10 Apr 2013 12:53:24 +0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121215 Icedove/3.0.11

I just found how to do this with matlab(see http://www.mathworks.com/help/stats/examples/weighted-nonlinear-regression.html ), needed value is "ypredci". Is it possible to do the same with octave?


Hello, list. I am new in octave.
I need to fit function to data points and plot the resulting function and a prediction interval.
I found how to plot data points and resulting function by using leasqr().
But i can not find how to plot the prediction interval.
On the http://www.mathworks.com/help/curvefit/predint.html there are examples of graphs with prediction region. In these example the prediction region is marked by the dashed line.
So, is it possible to plot the prediction region with octave?

P.S.
on http://octave.sourceforge.net/optim/function/leasqr.html i found that
"Z = matrix that defines confidence region". But i have no idea how "Z" defines this region and how to use it for plotting.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave





reply via email to

[Prev in Thread] Current Thread [Next in Thread]