标签: matlab curve-fitting least-squares mle
是否有像lsqcurvefit这样的最大似然估计(MLE)曲线拟合代码?或者,如果没有,如何使用MLE拟合曲线?
lsqcurvefit
lsqcurvefit(@plotModifiedLogisticGrowth1,z,timevect,data1(:,2),LB,UB,options,flag1);