文件名称:LS-for-index-function
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-03-22
- 文件大小:
- 126kb
- 下载次数:
- 0次
- 提 供 者:
- ma***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对线性和非线性的最小二乘进行了介绍,同时介绍了把指数函数的最小二乘转变为线性的最小二乘方法以及实现。
写出了指数函数的最小二乘C#实现代码,并且在两个点的情况下,用普通方法和最小二乘进行了比较,结果一致。(代码可直接运行)-Linear and nonlinear least squares were introduced, also introduced the least squares exponential function into a linear least-squares method and implementation. Write the exponential function of least squares C# implementation code, and in the case of two points, using ordinary least squares method and were compared with the results of the same. (Code can be run directly)
写出了指数函数的最小二乘C#实现代码,并且在两个点的情况下,用普通方法和最小二乘进行了比较,结果一致。(代码可直接运行)-Linear and nonlinear least squares were introduced, also introduced the least squares exponential function into a linear least-squares method and implementation. Write the exponential function of least squares C# implementation code, and in the case of two points, using ordinary least squares method and were compared with the results of the same. (Code can be run directly)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
曲线最小二乘拟合\指数函数的最小二乘\bin\Debug\指数函数的最小二乘.exe
................\..................\...\.....\指数函数的最小二乘.pdb
................\..................\...\.....\指数函数的最小二乘.vshost.exe
................\..................\...\.....\指数函数的最小二乘.vshost.exe.manifest
................\..................\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
................\..................\...\...\.....\指数函数的最小二乘.csproj.FileListAbsolute.txt
................\..................\...\...\.....\指数函数的最小二乘.exe
................\..................\...\...\.....\指数函数的最小二乘.pdb
................\..................\Program.cs
................\..................\...perties\AssemblyInfo.cs
................\..................\指数函数的最小二乘.csproj
................\曲线最小二乘拟合.ppt
................\指数函数的最小二乘\obj\x86\Debug\TempPE
................\..................\...\...\Debug
................\..................\bin\Debug
................\..................\obj\x86
................\..................\bin
................\..................\obj
................\..................\Properties
................\指数函数的最小二乘
曲线最小二乘拟合