help-octave
[Top][All Lists]
Advanced

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

Re: lsqcurvefit alternative


From: Henry F. Mollet
Subject: Re: lsqcurvefit alternative
Date: Mon, 26 Feb 2007 19:41:39 -0800
User-agent: Microsoft-Entourage/11.1.0.040913

Will below help?
Henry
octave:1> help leasqr

leasqr is the user-defined function from the file
/usr/local/share/octave/2.1.71/site/m/octave-forge/optim/leasqr.m

function [f,p,kvg,iter,corp,covp,covr,stdresid,Z,r2]=
                  leasqr(x,y,pin,F,{stol,niter,wt,dp,dFdp,options})

Levenberg-Marquardt nonlinear regression of f(x,p) to y(x).
Cut details


on 2/26/07 2:44 PM, Ana Rakonjac at address@hidden wrote:

> Is there a least squares curve fitting function in Octave similar to
> lsqcurvefit in Matlab?
> 
> Ana




reply via email to

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