代码搜索:Fitting

找到约 695 项符合「Fitting」的源代码

代码结果 695
www.eeworm.com/read/478200/6721865

m comfac.m

function [A,B,C,FIT,IT]=comfac(X,Fac,Options,DoComp,CompIt,Init); %COMFAC Algorithm for fitting the complex-valued PARAFAC model % % See e.g. Rasmus Bro, N. D. Sidiropoulos, and G. B. Giannakis.
www.eeworm.com/read/262605/11398957

m comfac.m

function [A,B,C,FIT,IT]=comfac(X,Fac,Options,DoComp,CompIt,Init); %COMFAC Algorithm for fitting the complex-valued PARAFAC model % % See e.g. Rasmus Bro, N. D. Sidiropoulos, and G. B. Giannakis.
www.eeworm.com/read/153018/12066910

m comfac.m

function [A,B,C,FIT,IT]=comfac(X,Fac,Options,DoComp,CompIt,Init); %COMFAC Algorithm for fitting the complex-valued PARAFAC model % % See e.g. Rasmus Bro, N. D. Sidiropoulos, and G. B. Giannakis.
www.eeworm.com/read/337002/12402439

m predpls.m

function[pred]=predpls(x,y,xtest,ytest,compmax,aut); if aut==2 aut=3; end yor=y; [rx,cx]=size(x); ry=size(y,1); cy=1; if aut==0; df=0; else; df=1; end; A=compmax; % FITTING if
www.eeworm.com/read/38039/1095407

mnu fittwist1.mnu

TWIST1 # Enter#Value Specify rotation of highlighted port in degrees about Ref Port Z-axis. # Align#X Align X axis of highlighted fitting entry port to geometry reference. # Align#Y Align Y axis of
www.eeworm.com/read/468435/1490940

m error_plane.m

function [E T_noise] = error_plane(Theta, X, sigma, P_inlier) % [E T_noise] = error_plane(Theta, X, sigma, P_inlier) % % DESC: % estimate the squared fitting error for a plane expresed in cartesian f
www.eeworm.com/read/468435/1490945

m error_line.m

function [E T_noise] = error_line(Theta, X, sigma, P_inlier) % [E T_noise] = error_line(Theta, X, sigma, P_inlier) % % DESC: % estimate the squared fitting error for a line expresed in cartesian form
www.eeworm.com/read/316872/3601612

h core_cia.h

#ifndef __ALPHA_CIA__H__ #define __ALPHA_CIA__H__ /* Define to experiment with fitting everything into one 512MB HAE window. */ #define CIA_ONE_HAE_WINDOW 1 #include #include
www.eeworm.com/read/389922/2530217

c tee.c

/* tee - pipe fitting Author: Paul Polderman */ #include #include #include #include #include #include #define MAXFD 18 #de
www.eeworm.com/read/148157/12488696

m nlin.m

function [ypred,beta] = nlin(x,y,model,beta0) %function [ypred,beta] = nlin(x,y,'model',beta0) % NonLinear fitting routine ~ uses Marquardt and nlinfit from Stats Toolbox % nlin(x,y,'model',beta0