pbootkanovahet

Parametric Bootstrap ANOVA under Heteroscedasticity Krishnamoorthy's Procedure.
231.0 次下载
更新时间 2012/6/20

查看许可证

The ANOVA F-test to compare the means of k normally distributed populations is not applicable when the variances are unknown. The bootstrap is a way of estimating the variability of a statistic from a single data set by resampling it independently and with equal probabilities (Monte Carlo resampling). The bootstrap procedure here addressed is the parametric one: one-way random or fixed model with the usual normality assumptions and heterogeneous error variances. According to Lee (1994), the parametric bootstrap results are more accurate that the nonparametric.

Here, we develops the m-function of the Krishnamoorthy et al. (2007) parametric bootstrap approach for ANOVA with unequal variances. According to its results. It is the best among other three compared tests with respect to the Type I error rates.

Syntax: function pbootkanovahet(x,s,alpha)

Inputs:
x – data nx2 matrix (Col 1 = data; Col 2 = sample code)
s - boot times or number of Bootstrap simulations (resamplings)
alpha - significance level (default=0.05)

Outputs:
- Summary statistics from the samples
- Decision on the null-hypothesis tested

引用格式

Antonio Trujillo-Ortiz (2024). pbootkanovahet (https://www.mathworks.com/matlabcentral/fileexchange/37252-pbootkanovahet), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 ANOVA 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0