Difference between revisions of "Bartlett'sTest"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
* B is the Bartlett's test static. | * B is the Bartlett's test static. | ||
* <math>MS_W</math> is the pooled variance across all groups. | * <math>MS_W</math> is the pooled variance across all groups. | ||
| + | |||
| + | ==Result== | ||
| + | * If p-value is greater than BCriticl value, reject the null hypothesis. | ||
| + | * Else retain null hypothesis. | ||
| + | |||
| + | ==Example== | ||
Revision as of 07:48, 9 May 2017
BARTLETTSTEST(DataRange,ConfidenceLevel,NewTableFlag)
- is the array of x values.
- is the value from 0 to 1.
- is either TRUE or FALSE. TRUE for getting results in a new cube. FALSE will display results in the same cube.
Description
- Bartlett's test is used to test if k samples are from populations with equal variances.
- Bartlett's test is sensitive to departures from normality.
- That is, if the samples come from non-normal distributions, then Bartlett's test may simply be testing for non-normality.
- B is the Bartlett's test static.
- is the pooled variance across all groups.
Result
- If p-value is greater than BCriticl value, reject the null hypothesis.
- Else retain null hypothesis.