Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1754002
  • 博文数量: 787
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5015
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-22 15:17
文章分类

全部博文(787)

文章存档

2008年(787)

我的朋友

分类:

2008-09-25 16:08:43

五、其它

命令 grid on

命令 axis(坐标轴)([0  60  0  0.025])

命令 figure 弹出新的画图窗口

命令 获取矩阵的某行某列

x(n,:); 获取矩阵的第n

x(:,n); 获取矩阵的第n

命令 rcoplot

画出残差及其置信区间:rcoplotrrint

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(正态分布)

命令 tt分布)

命令 ff分布)

命令 chr2x2分布)

命令 poiis(泊松分布)






--------------------next---------------------

阅读(892) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~