登录
首页 » 算法 » 对数回归方程logarithmregress.cs方程模型y = * LN…

对数回归方程logarithmregress.cs方程模型y = * LN…

于 2022-08-31 发布 文件大小:3.58 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。 -Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 北大ACM题目例程 详细的解答过程 程序实现 分析
    北大ACM题目例程 详细的解答过程 程序实现 算法分析-ACM North Title routine procedures detailed answers to the process of realization of Algorithm Analysis
    2022-11-13 17:25:04下载
    积分:1
  • 可以用二分来解非线性方程解方程,简单的程序代码,虽简单,但很实用...
    可以用二分法来解非线性方程解方程,简单的程序代码,虽简单,但很实用-Dichotomy can be used for solving nonlinear equations equation, a simple code, though simple, but very practical
    2023-05-04 03:00:03下载
    积分:1
  • 用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计,比如有限体积,有限单元,等等。...
    用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。-ANGENER is a fortran source package able to generate triangulations, which can be used for different numerical methods, for example finite volume method, finite element method, etc.
    2022-07-21 05:38:46下载
    积分:1
  • 龙贝格数值积分
    龙贝格数值积分法- Dragon Begg numerical integration
    2022-04-19 18:04:33下载
    积分:1
  • DSP6713 的FIR实现
    这个是关于DSP6713的一个FIR算法的实现,仿真以通过,可以直接观察波形,基本的使用时,产生波形后,在CCS的view下观看波形的产生/*  Purpose:FIR filter procedure for processing a group of data               *//*  Prototype in C:void fir_filter(const int x[],const int h[],              *//*                                 short y[],int n,int m,int s);              *//*  const int x[]:输入信号的缓冲数组,int类型,在滤波中不可修改              *//*  const int h[]:滤波器的系数数组,int类型,在滤波中不可修改                *//*  short y[]:输出信号的缓冲数组,short类型                                  *//*  n:滤波器长度,本例中为ORDER_FIR                 &nbs
    2022-02-02 18:16:07下载
    积分:1
  • Mathematical Modeling of experiences, the preparation team and have team members...
    数学建模的经验之谈,对准备参赛及已经参赛的队员有一定的指导意义。对参加工作的科研人员也有一定借鉴作用。-Mathematical Modeling of experiences, the preparation team and have team members have a certain significance. For participating in the work of researchers also have some reference.
    2022-12-17 13:20:03下载
    积分:1
  • SparseLib++是可用于跨计平台的有效的稀疏矩阵计的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)...
    SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib++ can be used for cross-platform calculation of the effective sparse matrix calculation of the C++ class library , the package includes different store formats sparse matrices. Including two technical documentation and class library source code (version 1.6)
    2022-08-17 08:03:53下载
    积分:1
  • preissmann隐格式代码
    preissmann隐格式代码,解一维非恒定圣维南方程。。。
    2022-06-17 22:53:22下载
    积分:1
  • C++常用,给计中各种基本应用提供参考
    C++常用算法,给计算方法中各种基本应用提供参考-C common algorithms for calculation method to provide the basic reference
    2022-01-22 09:18:15下载
    积分:1
  • c语言学习资料,朱兆祺。
    朱兆祺同学的学习笔记,很强大。 举几个例子给大家看下:   1. #include< >和#include" "有什么区别? 这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库, #include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。 1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-09-27 09:00:02下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载