Bartlett'sTest

Revision as of 07:48, 9 May 2017 by Sahiti (talk | contribs)
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.

Example