- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Nonparametric Statistical Methods - Stony Brook University精品精品
* * Jackknife Method1First implemented by R.E. von Mises2 (1883-1953), then developed (separately) by Tukey (1915-2000) and Quenouille in the 1950s. Resamples by deleting one observation at a time This method is also useful for estimating the standard error of a statistic, say based on a random sample of size n drawn from some distribution ‘F’. First, calculate the n values of the statistic denoted by Let and be the standard deviation of The jackknife estimate of is given by * 14.6 Resampling Methods SAS can be used to perform permutation, bootstrap, and jackknife resampling. For the most part macros are required. These can be written and are also readily available on the web. PROC MULTTEST can be used to perform several tests incorporating permutation or bootstrap In the following two examples, We use permutation and bootstrap resampling to obtain t-test p-value adjustment. * 14.6 Resampling Methods Example 14.15 permutation test and data capacitor; Input group $ failtime @@; Datalines; Control 17.9 control 23.7 control 29.8 Stressed 15.2 stressed 18.3 stressed 21.1 ; Proc multtest data=capacitor permutation nsample=25000 out=results outsamp=samp; test mean(failtime /lower); class group; contrast a vs b -1 1; Run; proc print data=samp(obs=18); run; proc print data=results; run; The PERMUTATION option in the PROC MULTTEST statement requests permutation resampling, and NSAMPLE=25 000 requests 25000 permutation samples. The OUTSAMP=SAMP option creates an output SAS data set containing the 25000 permutation samples. The TEST statement specifies the t-test for T. The test is lower-tailed. The grouping variable in the CLASS statement is group, and the coefficients across the groups are -1 and 1, as specified in the CONTRAST statement. (See Chapter 12) PROC PRINT displays the first 18 observations of the Res data set containing the bootstrap samples. * 14.6 Resampling Methods * 14.6 Resampling Methods Example 14.17 b
您可能关注的文档
- LED车间主任述职报告_工作总结汇报_总结汇报_实用文档.ppt.ppt
- Learning Principles and Applications精品精品.ppt
- Macroeconomics for MBAs and Masters of Finance精品精品.doc
- Mary Ellen Guffey′s essentials of business communication精品精品.doc
- Making Markets Work How Domestic Capital Market Reform Can Improve Access to Global Finance精品精品.doc
- Master Thesis - Dirk van de Pol - 2009 - Universitas …精品精品.doc
- Machine Learning II (advanced machine learning)(PDF)l11精品精品.ppt
- icd植入术及并发症_临床医学_医药卫生_专业资料.ppt
- Mathematics for Economists精品精品.ppt
- Meta-Analysis A Gentle Introduction to Research Synthesis精品精品.ppt
- ppt课件-供应链管理采购流程与战略.ppt
- ORACLE FORM AND REPORT 6I 安装参数设置以及数据连接.doc
- QCT 639-2004 汽车用橡胶密封条-3.doc
- Nonparametric Statistical Methods - ams.sunysb.edu精品精品.ppt
- Quantitative, Qualitative & Mixed Research:定量,定性&;混合研究.ppt
- ppt-如何做一个合格的检验员.ppt
- PEP小学四年级英语下册unit 2第三课时B Let`s learn.ppt
- Research Design Quantitative, Qualitative and Mixed Methods Approach精品精品.doc
- pep四年级英语上册unit6 meet my family第一课时.ppt
- Researched by Simon Rees, 2004 - Key Toxins精品精品.doc
最近下载
- 加固工程专项施工方案.pdf VIP
- 企业战略管理课程设计论文--李宁公司发展战略设计报告.doc VIP
- 【花花读写资料】高阶演练2-写景《观秦兵马俑》季羡林_1.0.pdf VIP
- AIA NAS NAS1802-2013 国外国际标准规范.pdf VIP
- TBT2328-2008 铁路碎石道砟试验方法(第1-19部分).docx VIP
- 第11课 宋元时期的经济、科技与文化 (1).pptx VIP
- 01J925-1 压型钢板、夹芯板屋面及墙体建筑构造.pptx VIP
- 船舶制图 第1章 船体结构.ppt
- 预防接种工作规范(2023年版).pdf VIP
- 智能楼宇DSS-H700-16用户操作手册-2014122.docx
原创力文档


文档评论(0)