Welcome![Sign In][Sign Up]
Location:
Search - fit

Search list

[Other resourcefit

Description: D:\\matlab\\nmm\\fit.rar插值-D : \\ Matlab \\ nmm \\ fit.rar interpolation
Platform: | Size: 11212 | Author: 刘利 | Hits:

[Mathimatics-Numerical algorithmsnihe4

Description: 四次及四次以下多项式拟和程序,可在c或c++环境下运行-Polynomial fit arithmetic witch could been run in C or C++ environment
Platform: | Size: 1024 | Author: 傅立叶 | Hits:

[Algorithm2296_Regression

Description: Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
Platform: | Size: 5120 | Author: qiao | Hits:

[matlab一个拟合预测的MATLAB源程序

Description: 一个相当好的拟合预测的MATLAB源程序-a very good fit forecast MATLAB source
Platform: | Size: 2048 | Author: 徐彬 | Hits:

[matlabline-fit

Description: 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
Platform: | Size: 185344 | Author: khliu | Hits:

[GDI-Bitmapcal_line

Description: 可以用来拟合任意阶的曲线,属于非加权最小二乘法-can be used to fit the curve of arbitrary order, belonging to the non-weighted least squares method
Platform: | Size: 1024 | Author: 潘小从 | Hits:

[3D GraphicqumianNihe

Description: 自己做课题时编写的一个可以拟合45个数据点的曲面拟合程序-own topics can be prepared in a fit 45 data points the surface fitting procedure
Platform: | Size: 4862976 | Author: 小刚 | Hits:

[matlabfit

Description: D:\matlab\nmm\fit.rar插值-D : \ Matlab \ nmm \ fit.rar interpolation
Platform: | Size: 11264 | Author: 刘利 | Hits:

[Mathimatics-Numerical algorithmssvdfit

Description: 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
Platform: | Size: 1024 | Author: 游江 | Hits:

[OS DevelopMEMORY_1

Description: 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
Platform: | Size: 2048 | Author: crony | Hits:

[OS DevelopMemory_assign

Description: 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
Platform: | Size: 113664 | Author: 王卫国 | Hits:

[OS DevelopZCKJFPHS

Description: 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorithm to complete the design of three types of algorithms.
Platform: | Size: 280576 | Author: 罗小明 | Hits:

[source in ebookfit

Description: 最小二乘法的曲面拟合方法代码,可以下载!-Least squares surface fitting method code, you can download!
Platform: | Size: 4265984 | Author: emma | Hits:

[matlabweightpercent

Description: Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percentiles for Monte % Carlos simulations where some simulations are very bad (in terms of goodness % of fit between simulated and actual value) than the others and to give % the lower weights based on some goodness of fit criteria.-Returns weighted percentiles of a sample given the weight vector w The idea is to give more emphasis in some examples of data as compared to others by giving more weight. For example, we could give lower weights to the outliers. The motivation to write this function is to compute percentiles for Monte Carlos simulations where some simulations are very bad (in terms of goodness of fit between simulated and actual value) than the others and to give the lower weights based on some goodness of fit criteria .
Platform: | Size: 2048 | Author: Jack | Hits:

[Special Effectsfitcircle

Description: 一个高效的matlab代码,用来拟合图像中的圆-An efficient matlab code used to fit the image of a round
Platform: | Size: 38912 | Author: wang gang | Hits:

[AlgorithmCurveFit_Poly

Description: 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.-Polynomial curve fitting the number of arbitrary referral Purpose- Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector
Platform: | Size: 12288 | Author: bilka | Hits:

[matlabLeast-Squares-Ellipse-Fit

Description: MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。当然必须要提供至少5个点的数据,椭圆x,y轴的中心点,最大轴最小轴-err
Platform: | Size: 37888 | Author: 杨霄 | Hits:

[Mathimatics-Numerical algorithmsyang

Description: 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。 -Algorithm to adapt the first time (First Fit): free the partition table from the first table heading search from the table, the first to meet the requirements of the free zone allocated to the operation, this approach aims to reduce the search time. Order to adapt to this algorithm, the partition table is idle (idle area chain) in the free district in accordance with the address from low to high sort. The algorithm given priority in the use of low idle part of the site area, site of space caused by the low number of small free zone, in the high address space to retain a large free area.
Platform: | Size: 2048 | Author: 王峰 | Hits:

[Algorithmleast-square-fit

Description: 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
Platform: | Size: 1024 | Author: 唐荣 | Hits:

[Multimedia programfit_ellipse

Description: fit_ellipse - finds the best fit to an ellipse for the given set of points. a matalb realization-fit_ellipse- finds the best fit to an ellipse for the given set of points. a matalb realization
Platform: | Size: 3072 | Author: Deng Fu Qin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net