Moved PAC estimation routine (NLS).

time-shift
Stéphane Adjemian(Charybdis) 2018-07-16 16:30:07 +02:00
parent 9468c5b61d
commit cd9410644f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
function estimate(eqname, params, data, range)
function nls(eqname, params, data, range)
% Estimates the parameters of a PAC equation.
% Estimates the parameters of a PAC equation by Nonlinear Least Squares.
%
% INPUTS
% - eqname [string] Name of the pac equation.