统计分析中重要得非参数检验.docxVIP

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
统计分析中重要得非参数检验

重要的非参数检验拟合优度检验(goodness of fit)正态性检验利用shapiro-wilk的统计量做正态性检验。R语言命令:shapiro.text(x)x-- a numeric vector of data values. Missing values are allowed, but the number of non-missing values must be between 3 and 5000.经验分布的Kolmogorov-Smirnov检验方法利用总体分布函数和经验分布函数之间的距离来建立统计量。理论上可以检验任何分布。(1).单个总体的检验ks.test(x,”pexp”,1/1500)(2).两个总体的检验假设是来自分布的总体的样本,且未知,是来自的总体的样本,未知。那么检验两个分布是否相同,即原假设为。R语言命令:ks.test(x,y,…,alternative=c(“two.sided”,”less”,”greater”),exact=NULL)x-- a numeric vector of data values.y-- either a numeric vector of data values, or a character string naming a cumulative distribution function or an actual cumulative distribution function such as pnorm. Only continuous CDFs are valid....-- parameters of the distribution specified (as a character string) by y.alternative-- indicates the alternative hypothesis and must be one of two.sided (default), less, or greater. You can specify just the initial letter of the value, but the argument name must be give in full. See ‘Details’ for the meanings of the possible values.exact-- NULL or a logical indicating whether an exact p-value should be computed. See ‘Details’ for the meaning of NULL. Not available in the two-sample case for a one-sided test or if ties are present.Pearson拟合优度检验(1).理论分布完全已知的情况,那么零假设,被择假设,上述问题的检验方法是将数轴分成m个区间:,记这些区间的理论概率分布为。为中落在区间内的个数,则在原假设成立下,的期望值为,与的差距可视为理论与观察之间的偏离的衡量。那么统计量就是将这些衡量结合起来得到的。记统计量。在原假设成立的条件下,当时,依分布收敛于自由度为的分布。当给定显著性水平,,则拒绝原假设。进一步讨论,计算出值后,可以计算出值,,可将值成为所得数据与原假设的拟合优度,值越大,支持原假设的证据就越强。给定一个显著性水平,当时就拒绝原假设。R语言命令:chisq.test(x, y = NULL, correct = TRUE,p = rep(1/length(x), length(x)), rescale.p = FALSE,simulate.p.value = FALSE, B = 2000)x-- a numeric vector or matrix. x and y can also both be factors.y-- a numeric vector; ignored if x is a matrix. If x is a factor, y should be a factor of the same length.correct-- a logical indicating whether to apply continuity correction when computing the test statistic for 2 by 2 tables: one half is subtracted from all |O - E| differences. No correction is done if simulate

文档评论(0)

ctuorn0371 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档