登录
首页 » 算法 » 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错...

双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错...

于 2022-02-07 发布 文件大小:4.68 kB
0 200
下载积分: 2 下载次数: 1

代码说明:

双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() -Hyperbola regression equation HyperbolaRegress.cs attention! The model demands a and b value is greater than 0! Caution should be taken when using the model verify the conditions of this restriction. I realize the model error is not to join any flow control. X should not to 0. Equation model for public 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 ()

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

发表评论

0 个回复

  • 模糊控制的程序,应用Matlab Simulink工具箱搭建了一个模糊控制器,可应用于在输入不确定下的数据处理...
    模糊控制的程序,应用Matlab Simulink工具箱搭建了一个模糊控制器,可应用于在输入不确定下的数据处理-Fuzzy control procedures, application of Matlab Simulink toolbox to build a fuzzy controller can be used in the input data under the deal with uncertainty
    2022-03-19 03:40:09下载
    积分:1
  • Gaussian elimination method for solving linear equations, in which the compiler...
    高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0
    2022-07-19 12:59:10下载
    积分:1
  • asdaasdasda
    ASDAASDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDAASDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
    2022-03-20 19:42:52下载
    积分:1
  • linear sequence storage structure VC++6.0 algorithm developed ~!
    线形表的顺序存储结构算法 VC++6.0下开发~!-linear sequence storage structure VC++6.0 algorithm developed ~!
    2022-01-29 03:24:49下载
    积分:1
  • 用fdtd计电磁场的程序,可模拟电磁场在介质中的传播!
    用fdtd计算电磁场的程序,可模拟电磁场在介质中的传播!-fdtd calculated using electromagnetic procedures, can simulate the electromagnetic field of transmission medium!
    2023-01-19 20:55:03下载
    积分:1
  • 基于BP神经网络的RFID室内定位研究
    资源描述:针对室内物体或者人员使用主动式射频识别(RFID)技术问题,设计了适用于室内环境的定位算法。传统的RFID室 内定位算法由于室内环境复杂多变,路径损耗系数很难准确估计,定位精度不高。为解决上述问题,提出一种采用BP神经 网络的RFID室内定位算法,算法引入参考标签辅助定位,利用BP神经网络建立场强信号转化模型。在模型中输入接收信 号强度值,输出路径损耗系数,网络模型提高了路径损耗系数的准确性,再利用距离一损耗模型实现精确定位,从而减小定位 误差。与传统的RFID定位算法比较,仿真和实验结果表明,改进算法的定位精度有显著的提高,可用于仓库、监狱、超市等 室内环境。
    2022-09-18 04:45:03下载
    积分:1
  • 图像分割方
     img——待分割的源图像,必须是8位3通道(CV_8UC3)图像,在处理的过程中不会被修改;    mask——掩码图像,如果使用掩码进行初始化,那么mask保存初始化掩码信息;在执行分割的时候,也可以将用户交互所设定的前景与背景保存到mask中,然后再传入grabCut函数;在处理结束之后,mask中会保存结果。mask只能取以下四种值:                    GCD_BGD(=0),背景;                    GCD_FGD(=1),前景;                    GCD_PR_BGD(=2),可能的背景;     &nb
    2022-04-19 05:51:18下载
    积分:1
  • candide-3人脸模型建模
    candide-3人脸模型建模,candide-3人脸模型建模,candide-3人脸模型建模,candide-3人脸模型建模
    2022-03-18 01:19:56下载
    积分:1
  • linux下的cure聚类
    是linux下的cure算法,比较完整 #if !defined(lint) && !defined(SABER) static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $"; #endif    /* not lint */ #include #include #include #include "alloc.h" #include "error.h" #include "cluster.h" #define NONE (-2) #define BUFSIZE 256 #ifndef SCALE #define SCALE "_SCALE_" #endif #ifndef DONTCARE #define DONTCARE "D/C" #endif #ifndef MAXFLOAT #define     MAXFLOAT        ((float)3.40282346638528860e+38) #endif static FLOAT   distance(); static FLOAT   root(); static FLOAT   cure_distance(); static void    merge();
    2023-07-29 18:30:03下载
    积分:1
  • 分析器
    //分割符号 #define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";") //表达式符号 #define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="") //数字 #define is_num(c) (c>= "0"&&c
    2023-01-10 16:50:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载