C#实现最小二乘法非线性拟合

上传者: qingfengzilai123 | 上传时间: 2021-07-28 19:56:34 | 文件大小: 1.92MB | 文件类型: ZIP
C#
使用C#的Mathnet类库实现最小二乘法非线性拟合 作者:linbor tinka

文件下载

资源详情

[{"title":"( 62 个子文件 1.92MB ) C#实现最小二乘法非线性拟合","children":[{"title":"LeastSquaresDemo","children":[{"title":"libraries","children":[{"title":"MathNet.Numerics","children":[{"title":"License.txt <span style='color:#111;'> 5.76KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"Net40","children":[{"title":"MathNet.Numerics.xml <span style='color:#111;'> 2.97MB </span>","children":null,"spread":false},{"title":"MathNet.Numerics.pdb <span style='color:#111;'> 2.80MB </span>","children":null,"spread":false},{"title":"MathNet.Numerics.FSharp.pdb <span style='color:#111;'> 55.50KB </span>","children":null,"spread":false},{"title":"MathNet.Numerics.FSharp.XML <span style='color:#111;'> 16.94KB </span>","children":null,"spread":false},{"title":"MathNet.Numerics.FSharp.dll <span style='color:#111;'> 82.00KB </span>","children":null,"spread":false},{"title":"MathNet.Numerics.dll <span style='color:#111;'> 915.50KB </span>","children":null,"spread":false},{"title":"zlib.net.dll <span style='color:#111;'> 68.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"ComponentOwl","children":[{"title":"BetterListViewExpress.dll <span style='color:#111;'> 574.48KB </span>","children":null,"spread":false},{"title":"BetterSplitButton.XML <span style='color:#111;'> 97.73KB </span>","children":null,"spread":false},{"title":"BetterListViewExpress.XML <span style='color:#111;'> 1010.48KB </span>","children":null,"spread":false},{"title":"BetterSplitButton.dll <span style='color:#111;'> 70.93KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"LeastSquaresDemo","children":[{"title":"Program.cs <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"app.config <span style='color:#111;'> 144B </span>","children":null,"spread":false},{"title":"Solvers","children":[{"title":"NormalSolver.cs <span style='color:#111;'> 2.52KB </span>","children":null,"spread":false},{"title":"SteepestDescentSolver.cs <span style='color:#111;'> 4.95KB </span>","children":null,"spread":false},{"title":"LevenbergMarquardtSolver.cs <span style='color:#111;'> 4.75KB </span>","children":null,"spread":false},{"title":"SolverType.cs <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"SvdSolver.cs <span style='color:#111;'> 3.83KB </span>","children":null,"spread":false},{"title":"QRSolver.cs <span style='color:#111;'> 2.89KB </span>","children":null,"spread":false},{"title":"SolverOptions.cs <span style='color:#111;'> 3.49KB </span>","children":null,"spread":false},{"title":"Solver.cs <span style='color:#111;'> 4.40KB </span>","children":null,"spread":false},{"title":"LinearSolver.cs <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"NonlinearSolver.cs <span style='color:#111;'> 2.99KB </span>","children":null,"spread":false},{"title":"GaussNewtonSolver.cs <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false}],"spread":false},{"title":"App.ico <span style='color:#111;'> 106.92KB </span>","children":null,"spread":false},{"title":"Resources","children":null,"spread":false},{"title":"Common","children":[{"title":"PresetType.cs <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"ListItem.cs <span style='color:#111;'> 2.10KB </span>","children":null,"spread":false},{"title":"PlotOptions.cs <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false}],"spread":true},{"title":"LeastSquaresDemo.csproj <span style='color:#111;'> 6.90KB </span>","children":null,"spread":false},{"title":"Forms","children":[{"title":"DatasetOptionsForm.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"ModelOptionsForm.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"DatasetOptionsForm.cs <span style='color:#111;'> 3.81KB </span>","children":null,"spread":false},{"title":"SolverOptionsForm.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"SolverOptionsForm.cs <span style='color:#111;'> 3.24KB </span>","children":null,"spread":false},{"title":"ModelOptionsForm.Designer.cs <span style='color:#111;'> 6.44KB </span>","children":null,"spread":false},{"title":"DatasetOptionsForm.Designer.cs <span style='color:#111;'> 11.90KB </span>","children":null,"spread":false},{"title":"SolverOptionsForm.Designer.cs <span style='color:#111;'> 9.09KB </span>","children":null,"spread":false},{"title":"ModelOptionsForm.cs <span style='color:#111;'> 4.45KB </span>","children":null,"spread":false},{"title":"MainForm","children":[{"title":"MainForm.resx <span style='color:#111;'> 175.45KB </span>","children":null,"spread":false},{"title":"MainForm.Plotting.cs <span style='color:#111;'> 6.04KB </span>","children":null,"spread":false},{"title":"MainForm.Fitting.cs <span style='color:#111;'> 3.31KB </span>","children":null,"spread":false},{"title":"MainForm.Designer.cs <span style='color:#111;'> 17.58KB </span>","children":null,"spread":false},{"title":"MainForm.cs <span style='color:#111;'> 17.39KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Datasets","children":[{"title":"Dataset.cs <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false},{"title":"ExactDataset.cs <span style='color:#111;'> 2.20KB </span>","children":null,"spread":false},{"title":"DatasetOptions.cs <span style='color:#111;'> 3.90KB </span>","children":null,"spread":false},{"title":"PerturbedDataset.cs <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false},{"title":"DatasetType.cs <span style='color:#111;'> 960B </span>","children":null,"spread":false}],"spread":true},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.79KB </span>","children":null,"spread":false}],"spread":true},{"title":"Models","children":[{"title":"LineModel.cs <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"ModelType.cs <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"ParabolaModel.cs <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"NonlinearModel.cs <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"LinearModel.cs <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"ModelOptions.cs <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"TrigonometricSumModel.cs <span style='color:#111;'> 2.67KB </span>","children":null,"spread":false},{"title":"Model.cs <span style='color:#111;'> 4.46KB </span>","children":null,"spread":false},{"title":"PowerModel.cs <span style='color:#111;'> 2.47KB </span>","children":null,"spread":false}],"spread":true}],"spread":false},{"title":"LeastSquares.sln <span style='color:#111;'> 890B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • fuchenggangs :
    鬼呢!这么高的分
    2019-03-28
  • linzhicai656 :
    一般般,拟合的效果不是那么理想,个人觉得离实用还远着呢
    2018-06-27
  • qq_26484605 :
    ..希望可以很好用
    2018-02-10
  • gangshou :
    不错感谢分享
    2017-09-03
  • u011672494 :
    非常好,要是再多一点可选公式就更好了
    2017-08-15

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明