2008年(787)
分类:
2008-09-25 16:08:43
五、其它
命令 grid on
命令 axis(坐标轴)([0 60 0 0.025])
命令 figure 弹出新的画图窗口
命令 获取矩阵的某行某列
x(n,:); 获取矩阵的第n行
x(:,n); 获取矩阵的第n列
命令 rcoplot
画出残差及其置信区间:rcoplot(r,rint)
glmfit 一般线性模型拟合
regstats 回归统计量诊断
regstats(responses,DATA,'model')'
stats = regstats(responses,DATA,'model','whichstats')
'Q'Q from the QR Decomposition of X
'R'R from the QR Decomposition of X
'beta'Regression Coefficients 'covb'Covariance of Regression Coefficients
'yhat'Fitted Values of the Response Data
'r'Residuals
'mse'Mean Squared Error
'leverage'Leverage 'hatmat'Hat (Projection) Matrix 's2_i'Delete-1 Variance 'beta_i'Delete-1 Coefficients 'standres'Standardized Residuals 'studres'Studentized Residuals 'dfbetas'Scaled Change in Regression Coefficients 'dffit'Change in Fitted Values 'dffits'Scaled Change in Fitted Values 'covratio'Change in Covariance 'cookd'Cook's Distance 'all'Create all of the above statistics
命令 bar(条图)
命令 pie(饼图)
命令 hist(直方图)
命令 help
命令 mean(平均值)
命令 inv(逆概率分布)
命令 pdf(密度)
命令 cdf(分布函数)
命令 stat(均差与方差)
命令rnd(随机函数)
命令 std(标准差)
命令 var(方差)
命令 median(中位数)
命令 skewness(偏度)
命令 kurtosis(峰度)
命令 norm(正态分布)
命令 t(t分布)
命令 f(f分布)
命令 chr2(x2分布)
命令 poiis(泊松分布)