资源列表
[数学计算/工程计算] i2c_eeprom
说明:TI DSP TMS320F280x iic eeprom例程。-TI DSP TMS320F280x iic eeprom routines.<小邓> 在 2025-06-18 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] 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 of the observations when es<zhanglifang> 在 2025-06-18 上传 | 大小:190kb | 下载:0
[数学计算/工程计算] fortran_code
说明:fortan数值计算的源代码,如空间光滑出来,非线性拟合等-fortan numerical calculation of the source code, such as spatial smoothing out non-linear fitting, etc.<zhanglifang> 在 2025-06-18 上传 | 大小:3.67mb | 下载:0
[数学计算/工程计算] RungeKutta
说明:RungeKutta method for nonlinear system dynamic analysis<唐和生> 在 2025-06-18 上传 | 大小: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 forecast(double x) 预测函数,根据模型得到预测结果<wangyinghao> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] ExponentRegress
说明:指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。<wangyinghao> 在 2025-06-18 上传 | 大小:4kb | 下载:0