-
简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别...
简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别(最小二乘意义)最小。如果待定函数是线性,就叫线性拟合或者线性回归(主要在统计中),否则叫作非线性拟合或者非线性回归。表达式也可以是分段函数,这种情况下叫作样条拟合。-Simply speaking, the so-called fitting refers to a function known to a number of discrete function values (f1, f2, ..., fn), by adjusting the number of undetermined coefficient function f (λ1, λ2, ..., λ3), makes the function and known points of difference (least squares significance) the smallest. To be determined if the function is linear, is called linear regression or linear regression (mainly in the statistics), otherwise known as non-linear fitting, or nonlinear regression. Expressions can also be a sub-function, this case is called spline fitting.
- 2022-02-03 20:04:37下载
- 积分:1
-
单链表c实现
数据结构最基本的算法,单链表的c实现,包括创建,删除,修改,增加成员等操作
- 2022-02-26 23:55:25下载
- 积分:1
-
(原创)非常有用的公历转农历、农历转公历算法(农历数据至2100年)
从1920至2100年近200年的公历转农历,农历转公历算法代码,完全正确,无需修改直接使用。
- 2022-03-20 14:14:20下载
- 积分:1
-
非常好的数学公式计算源代码,支持程序运行时公式的自定义,支持宏定义、常量定义、函数定义...
非常好的数学公式计算源代码,支持程序运行时公式的自定义,支持宏定义、常量定义、函数定义-very good mathematical formula source code, run-time support for the procedural formula from the definition of support Acer definition constants defined function definition
- 2022-03-05 17:37:44下载
- 积分:1
-
基于演化博弈的两个小区用户的资源分配
应用背景该算法利用演化博弈的思想进行多小区用户的资源分配,将小区重叠部分当做种群,种群中的用户进行演化博弈进行网络切换,基站为其分配子信道。关键技术本算法利用matlab进行仿真测试,仿真结果显示演化博弈能够达到稳定,提升系统吞吐量,在小区资源分配能够有一个很好的参考。不同于传统的资源分配方法,可以给出一个新思路。
- 2022-10-29 00:40:04下载
- 积分:1
-
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算...
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算-Numerical analysis program, "proficient in matlab optimization calculations", suitable for all professional optimization calculation
- 2022-04-26 19:49:34下载
- 积分:1
-
诚信实现单一
完整实现了单源最短路径的算法。
采用的是贪心算法思想。-integrity to achieve a single-source shortest path algorithm. The greedy algorithm.
- 2022-11-18 00:00:04下载
- 积分:1
-
With the Gauss
用高斯-赛德尔迭代法求方程组的根。它的原理与简单迭代法相似,但在赛德尔迭代法中,每次迭代时充分利用当前最新的迭代值-With the Gauss- Seidel iterative method seeking the roots of equations. Its principle with simple iterative method similar, but the Seidel iteration method in each iteration to take full advantage of the current value of the latest iteration
- 2022-03-18 09:30:09下载
- 积分:1
-
遗传算法tsp
基于遗传算法以TSP中的中国旅行商问题为例进行求解,采用轮盘赌、顺序交叉、反转变异方式实现算法涉及的选择、交叉、变异策略,利用C++语言编码进行仿真实验,验证本文所设计算法的正确性和可行性.
- 2022-10-19 02:05:03下载
- 积分:1
-
模拟植物生长算法的分形树源程序
模拟植物生长算法的分形树源程序,根据迭代次数的不同获得一株完整的植物生长图,对其具体的参数进行修改可以做一些人工智能方面的优化
- 2022-07-18 00:27:02下载
- 积分:1