资源列表
[数学计算/工程计算] K_smooth
说明:The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adaptive nonparametric regression estimation with a kernel method. Roughly speaking, the method performs a local averaging<zhanglifang> 在 2025-01-15 上传 | 大小:190kb | 下载:0
[数学计算/工程计算] fortran_code
说明:fortan数值计算的源代码,如空间光滑出来,非线性拟合等-fortan numerical calculation of the source code, such as spatial smoothing out non-linear fitting, etc.<zhanglifang> 在 2025-01-15 上传 | 大小:3.67mb | 下载:0
[数学计算/工程计算] RungeKutta
说明:RungeKutta method for nonlinear system dynamic analysis<唐和生> 在 2025-01-15 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] CubicMultinomialRegress
说明:一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double foreca<wangyinghao> 在 2025-01-15 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] ExponentRegress
说明:指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算<wangyinghao> 在 2025-01-15 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] HyperbolaRegress
说明:双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(doub<wangyinghao> 在 2025-01-15 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] LogarithmRegress
说明:对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double comput<wangyinghao> 在 2025-01-15 上传 | 大小:3kb | 下载:0