当前位置: 代码迷 >> 其他开发语言 >> regress stats输出的第四个值是什么意思?解决方法
  详细解决方案

regress stats输出的第四个值是什么意思?解决方法

热度:801   发布时间:2013-02-26 00:00:00.0
regress stats输出的第四个值是什么意思?
例如前三个分别为决定系数,统计量值,概率值

------解决方案--------------------------------------------------------
如果是Matlab的回归函数的话,Stats的第四值,帮助中有的,

returns a vector STATS containing, in the following order, the R-square statistic, the F statistic and p value
 for the full model, and an estimate of the error variance.
  相关解决方案