-
支持向量机的MATLAB工具箱
支持向量机的MATLAB工具箱-SVM MATLAB Toolbox
- 2023-06-06 22:25:03下载
- 积分:1
-
指数回归方程 ExponentRegress.cs
方程模型为
public override double[] buildFormula()...
指数回归方程 ExponentRegress.cs
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
- 2023-06-14 17:20:02下载
- 积分:1
-
SimpleAlgorithm
- 2022-07-16 22:31:36下载
- 积分:1
-
霍夫曼编解码算法
霍夫曼编解码算法-Huffman decoding algorithms
- 2022-03-19 14:59:31下载
- 积分:1
-
Sonic anemometer tilt correction algorithm
本文直接应用Wilczak等人[1]提出的算法,从倾斜角度校正声波风速仪记录的风分量。它与双旋转和三旋转算法进行了比较。本提交文件包含:4个示例文件:exampleu PF.m、exampleu rot2.m和exampleu rot3.m以及exampleu frictionVelocity.m-函数tiltCorrection.m;
- 2022-07-21 22:14:03下载
- 积分:1
-
完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能...
完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix multiplication between matrix multiplication. Between square division, the inverse square. Matrix transpose matrix functions
- 2023-01-27 15:40:04下载
- 积分:1
-
甚至在一个给定的数字的位数计数
如何进行计数的甚至在一个给定的数字位数。在这里我们使用如果数完全除以 2(an integer) 那么它是奇数或者偶数的概念。
- 2022-01-21 00:31:16下载
- 积分:1
-
1 compiler environment for the realization of graphics vb6.02 need to install Au...
1 编译环境为vb6.0
2 实现绘图功能需要安装AutoCAD2000以上版本.
3 程序运行需要动态连接库LSOLVE1.dll提供线性方程组求解功能,建议把LSOLVE1.dll拷贝到系统目录,或者拷贝到执-1 compiler environment for the realization of graphics vb6.02 need to install AutoCAD2000 above .3 procedures needed for the operation of dynamic link library LSOLVE1.dll provide functionality for solving linear equations, it is proposed to LSOLVE1.dll copy to system directory, or copy to the Executive
- 2022-05-20 15:26:40下载
- 积分:1
-
The Free Finite Element Package is a library which contains numerical methods re...
The Free Finite Element Package is a library which contains numerical methods required when working with finite elements. The goal of FFEP is to provide basic functions for approximating the solution of elliptic and parabolic PDEs in 2D.
- 2022-07-20 14:50:33下载
- 积分:1
-
谱峰搜索传播算子DOA估计
资源描述该算法无需对信源协方差矩阵进行特征值分解,大大降低运算复杂性,利用构造出的传播矩阵与导向矩阵的正交性构造一个函数,通过对角度进行搜索获得几个最大的谱峰值,谱峰值对应的角度即为信源的波达角估计值。
- 2022-11-07 14:30:02下载
- 积分:1