Review:
Jarque Bera Test
overall review score: 4.2
⭐⭐⭐⭐⭐
score is between 0 and 5
The Jarque-Bera test is a statistical hypothesis test used to determine whether a dataset has the skewness and kurtosis matching a normal distribution. It assesses if sample data conform to the assumptions of normality, which is often a prerequisite for various statistical analyses and modeling.
Key Features
- Tests for skewness and kurtosis to assess normality
- Based on Sample Size: More reliable with larger datasets
- Uses chi-square distribution to evaluate the test statistic
- Widely implemented in statistical software packages such as R, Python (SciPy), and MATLAB
- Provides a numerical p-value indicating the likelihood that data follow a normal distribution
Pros
- Effective for testing normality assumptions in data analysis
- Easy to implement with existing statistical tools
- Provides clear quantitative results via p-values
- Helpful in validating assumptions before using parametric tests
Cons
- Performance decreases with small sample sizes
- Sensitive to outliers which can distort results
- Assumes large samples for accurate chi-square approximation
- Only tests for deviations from normality, not the underlying causes