上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 316 下一页
摘要: Multiple comparisons In statistics, the multiple comparisons or multiple testing problem occurs when one considers a set of statistical inferences simultaneously. Errors in inference, including confid... 阅读全文
posted @ 2011-06-19 09:31 emanlee 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 与Permutation Tests有关的英文书籍: Permutation Tests for Complex Data: Theory, Applications and Software (Wiley Series in Probability and Statistics) http://www.amazon.com/Permutation-Tests-Complex-Data-App... 阅读全文
posted @ 2011-06-18 22:31 emanlee 阅读(246) 评论(0) 推荐(0) 编辑
摘要: For most hypothesis tests, we start with the assumptions and work forward to derive the sampling distribution of the test statistic under the null hypothesis. For permutation tests we will reverse the procedure, since the sampling distribution involves the permutations which give the procedure its n 阅读全文
posted @ 2011-06-18 21:29 emanlee 阅读(788) 评论(0) 推荐(0) 编辑
摘要: Randomization Tests Constrained ordination methods such as CCA and RDA find the ' best possible' relationship (defined in a mathematical sense) between species composition and the environment. Therefo... 阅读全文
posted @ 2011-06-18 21:23 emanlee 阅读(562) 评论(0) 推荐(0) 编辑
摘要: Randomization Tests We will begin with randomization tests, because they are closer in intent to more traditional parametric tests than are bootstrapping procedures. Their primary goal is to test some... 阅读全文
posted @ 2011-06-18 21:03 emanlee 阅读(372) 评论(0) 推荐(0) 编辑
摘要: Randomization Tests (1 of 6) Most distribution-free tests are based on the principle of randomization. The best way to understand the principle of randomization is in terms of a specific example of a ... 阅读全文
posted @ 2011-06-18 20:48 emanlee 阅读(449) 评论(0) 推荐(0) 编辑
摘要: The Cauchy–Lorentz distribution, named after Augustin Cauchy and Hendrik Lorentz, is a continuous probability distribution. As a probability distribution, it is known as the Cauchy distribution, while... 阅读全文
posted @ 2011-06-17 11:31 emanlee 阅读(777) 评论(0) 推荐(0) 编辑
摘要: In probability theory, a log-normal distribution is a probability distribution of a random variable whose logarithm is normally distributed. If X is a 阅读全文
posted @ 2011-06-17 11:18 emanlee 阅读(5058) 评论(0) 推荐(0) 编辑
摘要: betarnd 贝塔分布的随机数生成器 binornd 二项分布的随机数生成器 chi2rnd 卡方分布的随机数生成器 exprnd 指数分布的随机数生成器 frnd F分布的随机数生成器 gamrnd 伽玛分布的随机数生成器 geornd 几何分布的随机数生成器 hygernd 超几何分布的随机数生成器 lognrnd 对数正态分布的随机数生成器 nbinrnd 负二项分布的随机数生成器 ncf... 阅读全文
posted @ 2011-06-16 21:19 emanlee 阅读(2715) 评论(0) 推荐(0) 编辑
摘要: Poisson分布 概率密度函数 poisspdf(x,lamda) 分布函数poisscdf(X,lamda) 逆概率分布函数poissinv(F,lamda) x=[0:15]'; y1=[]; y2=[]; lam1=[1,2,5,10]; for i=1:length(lam1) y1=[y1,poisspdf(x,lam1(i))]; y2=[y2,poisscdf(x,lam1(i... 阅读全文
posted @ 2011-06-16 20:20 emanlee 阅读(2112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 316 下一页