代码搜索:Fitting

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

代码结果 695
www.eeworm.com/read/470657/6905559

txt find_subs.f90.txt

MODULE find_subsets ! A module of routines for finding and recording best-fitting subsets of ! regression variables ! Version 1.10, 17 February 2004 ! Author: Alan Miller ! form
www.eeworm.com/read/470658/6905560

txt subset.f90.txt

PROGRAM subset ! Interactive program for finding best-fitting subsets of variables. ! Author: Alan Miller ! Retired from CSIRO Mathematical & Information Sciences, Melbourne, Australia ! am
www.eeworm.com/read/299394/7863084

m fitdemo.m

%% Optimal Fit of a Non-linear Function % This is a demonstration of the optimal fitting of a non-linear function to a % set of data. It uses FMINSEARCH, an implementation of the Nelder-Mead simple
www.eeworm.com/read/199125/7886542

c fitblk.c

/* fitblk.c: example of fitting compressed output to a specified size Not copyrighted -- provided to the public domain Version 1.1 25 November 2004 Mark Adler */ /* Version history: 1
www.eeworm.com/read/398415/7989680

c fitblk.c

/* fitblk.c: example of fitting compressed output to a specified size Not copyrighted -- provided to the public domain Version 1.1 25 November 2004 Mark Adler */ /* Version history: 1
www.eeworm.com/read/397201/8062404

m legendrefit.m

function varargout = legendrefit(Y, N, method) %LEGENDREFIT Fitting data using a linear combination of Legendre polynomials % % A = legendrefit(Y, N, method) finds the column vector A which contai
www.eeworm.com/read/333109/12701495

c fitblk.c

/* fitblk.c: example of fitting compressed output to a specified size Not copyrighted -- provided to the public domain Version 1.1 25 November 2004 Mark Adler */ /* Version history: 1
www.eeworm.com/read/141988/12974610

txt readme.txt

Contour Fitting MATLAB GUI Version 1.0 % All the software included in this package is presented as is. % It may be distributed freely. The author can, however, not be % held responsible for any p
www.eeworm.com/read/136710/13364161

txt readme.txt

Contour Fitting MATLAB GUI Version 1.0 % All the software included in this package is presented as is. % It may be distributed freely. The author can, however, not be % held responsible for any p
www.eeworm.com/read/456224/6278765

m sec4_5_1.m

% Example 4.2 Unconstrained Optimization % % Optimzation with MATLAB, Section 4.5.1 % Dr. P.Venkataraman % Linear curve fitting % 20 data points are generated using the % uniformly distributed