代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/447602/7549199
doc 7function approximation and curve fitting.doc
www.eeworm.com/read/417673/10980914
m cooldemo.m
list = [...
'#Linear Perceptron: percepdm', ...
'#Multilayer Perceptron for Curve Fitting: mlpdm1', ...
'#Multilayer Perceptron for Surface Fitting: mlpdm2', ...
'#Radian Basis Functio
www.eeworm.com/read/467198/7020121
m cooldemo.m
list = [...
'#Linear Perceptron: percepdm', ...
'#Multilayer Perceptron for Curve Fitting: mlpdm1', ...
'#Multilayer Perceptron for Surface Fitting: mlpdm2', ...
'#Radian Basis Functio
www.eeworm.com/read/143498/12870626
m cooldemo.m
list = [...
'#Linear Perceptron: percepdm', ...
'#Multilayer Perceptron for Curve Fitting: mlpdm1', ...
'#Multilayer Perceptron for Surface Fitting: mlpdm2', ...
'#Radian Basis Functio
www.eeworm.com/read/200122/15440933
txt quicktableofcontents.txt
This folder contains codes from Chow, Ferrer & Nesselroade (in press). The two examples included in the zipped folder are:
(1) Fitting the Lorenz model with a single indicator for each state variable
www.eeworm.com/read/450711/7477675
m findfit4.m
% Li's ellipsoid specific fitting algorithm:
function v=FindFit4(S)
% Create constraint matrix C:
C(6,6)=0;
C(1,1)=-1; C(2,2)=-1; C(3,3)=-1;
C(4,4)=-4; C(5,5)=-4; C(6,6)=-4;
www.eeworm.com/read/318365/13480359
m mrqcof.m
function [alpha,beta,chisq] = mrqcof(x,y,sig,ndata,a,ia,ma,nalp,funcs,model)
%
% Used by mrqmin to evaluate the linearized fitting matrix alpha,
% and vector beta as in 15.5.8 (Numerical Recipies),