权重线性回归的源代码

时间:2013-07-17 09:27:54
【文件属性】:

文件名称:权重线性回归的源代码

文件大小:15KB

文件格式:RAR

更新时间:2013-07-17 09:27:54

算法 回归

A C# implementation of a general weighted linear regression with complete statistics. C#, .NET. Linear regression is a useful technique for representing observed data by a mathematical equation. For linear regression, the independent variable (data) is assumed to be a linear function of various independent variables. Normally, the regression problem is formulated as a least squares minimization problem. For the case of linear least squares, the resulting analysis requires the solution of a set of simultaneous equations that can be easily solved using Gaussian Elimination. The applications of linear least squares and Gaussian elimination are well known techniques.


【文件预览】:
LineRegSource
----LinearRegression.cs(7KB)
----Form1.cs(3KB)
----Form2.resx(7KB)
----Form2.Designer.cs(5KB)
----Properties()
--------Resources.Designer.cs(3KB)
--------Settings.settings(249B)
--------Resources.resx(5KB)
--------Settings.Designer.cs(1KB)
--------AssemblyInfo.cs(1KB)
----Program.cs(483B)
----Form1.Designer.cs(6KB)
----LinReg.sln(900B)
----Form1.resx(6KB)
----Form2.cs(1003B)
----LinReg.csproj(4KB)

网友评论