搜索资源列表
LogOn
- c#实现线性回归预测,线性回归时一个有用的技术,本文展示了一种带权重的自回归模型-Linear regression is a useful technique for representing observed data by a mathematical equation This article presents a C# implementation of a weighted linear regression c sharp AR auto regression predictio
olstest
- 多元回归是指一个因变量(预报对象),多个自变量(预报因子)的回归模型.基本方法是根据各变量值算出交叉乘积和Si。并利用c#实现-Multiple regression is a dependent variable (forecast object), a number of independent variables (predictors) of the regression model. The basic method is based on the calculated value o
CSharpRegression
- 回归预测 ,C#编写,包括线性、幂、灰色模型、移动平均