代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/217039/14982131
inc model.inc
{
EXP.INC contains global constants, variables, functions, and procedures for
fitting (X,Y) data to the equation:
Y = A[1-exp(BX)]
}
CONST
V
www.eeworm.com/read/195449/8154712
m pronytoolbar.m
function pronytoolbar(varargin)
% Concept is taken from cftool , Curve fitting tool, MATLAB
% We want a subset of the usual toolbar, there is a handlegraphics bug
% that turned the toolbar off
www.eeworm.com/read/334240/12615888
rd binpar.rd
\name{binpar}
\alias{binpar}
\title{Starting Values of Parameters for the Binomial Data Set}
\usage{data(binpar)}
\description{
Starting values of parameters for fitting a mixture distribution to
www.eeworm.com/read/334240/12615917
rd poispar.rd
\name{poispar}
\alias{poispar}
\title{Starting Values of Parameters for the Poisson Data Set}
\usage{data(poispar)}
\description{
Starting values of parameters for fitting a mixture distribution
www.eeworm.com/read/334240/12615959
rd pearsonpar.rd
\name{pearsonpar}
\alias{pearsonpar}
\title{Starting Values of Parameters for the Pearson's Data}
\usage{data(pearsonpar)}
\description{
Starting values of parameters for fitting a mixture distri
www.eeworm.com/read/141988/12974717
m guistart.m
% GUISTART Brings up the start screen for Contour Fitting GUI
%
% All the software included in this package is presented as is.
% It may be distributed freely. The author can, however, not be
% held
www.eeworm.com/read/136710/13364207
m guistart.m
% GUISTART Brings up the start screen for Contour Fitting GUI
%
% All the software included in this package is presented as is.
% It may be distributed freely. The author can, however, not be
% held
www.eeworm.com/read/316309/13525506
c gdiam.c
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
* gdiam.C -
* Computes diameter, and a tight-fitting bounding box of a
* point-set in 3d.
*
* Copyright 2000 Sariel Har-Peled
www.eeworm.com/read/126083/14446557
m guistart.m
% GUISTART Brings up the start screen for Contour Fitting GUI
%
% All the software included in this package is presented as is.
% It may be distributed freely. The author can, however, not be
% held
www.eeworm.com/read/457216/1599698
m fig6_19.m
% Figure 6.19: Polynomial fitting
% Section 6.5.3
% Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle Skaf - 10/03/05
% (a figure is generated)
%