资源列表

« 1 2 ... .81 .82 .83 .84 .85 3186.87 .88 .89 .90 .91 ... 3400 »

[数学计算/工程计算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

[数学计算/工程计算111

说明:用最小二乘法求矩形区域上的N*M个数据点的拟合曲面。-Least square method for rectangular area on the N* M data points of the fitting surface.
<z> 在 2025-01-15 上传 | 大小:96kb | 下载:0

[数学计算/工程计算ACGAS

说明:用全选主元高斯消去法求解N复系数阶线性方程组AX=B-Select All PCA with Gaussian elimination method to solve N-order complex coefficients of linear equations AX = B
<z> 在 2025-01-15 上传 | 大小:36kb | 下载:0

[数学计算/工程计算ENSPL

说明:给定N个不等距点上的函数值,计算指定区间上的三次插值多项式与指定插值点上的函数值-Given N non-equidistant points on the function value, calculated on a specified interval with the specified three interpolating polynomial interpolation points on the function val
<z> 在 2025-01-15 上传 | 大小:40kb | 下载:0

[数学计算/工程计算CHHBG

说明:用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵-Using elementary similarity transformation will be about real matrix H into the matrix, that is, Hessen berg matrix
<z> 在 2025-01-15 上传 | 大小:16kb | 下载:0

[数学计算/工程计算RungeKutta

说明:RungeKutta method for nonlinear system dynamic analysis
<唐和生> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算science_c_code

说明:
<曹超> 在 2025-01-15 上传 | 大小:346kb | 下载: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
« 1 2 ... .81 .82 .83 .84 .85 3186.87 .88 .89 .90 .91 ... 3400 »

源码中国 www.ymcn.org