Skip to content

Commit f85567c

Browse files
committed
fix: missing keywords and tags
1 parent 7860f2e commit f85567c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_posts/2019-12-28-shapirowilk_test_vs_andersondarling_checking_normality_small_large_samples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ keywords:
2121
- Small sample size
2222
- Large sample size
2323
- Statistical distribution
24+
- Python
2425
seo_description: A comparison of the Shapiro-Wilk and Anderson-Darling tests for normality,
2526
analyzing their strengths and weaknesses based on sample size and distribution.
2627
seo_title: 'Shapiro-Wilk vs Anderson-Darling: Normality Tests for Small and Large
@@ -34,6 +35,7 @@ tags:
3435
- Shapiro-wilk test
3536
- Anderson-darling test
3637
- Sample size
38+
- Python
3739
title: 'Shapiro-Wilk Test vs. Anderson-Darling: Checking for Normality in Small vs.
3840
Large Samples'
3941
---

run_scripts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ python fix_frontmatter.py
55
python search_code_snippets.py
66
# python process_markdown_frontmatter.py
77
python rename_files_spaces.py
8+
python markdown_frontmatter_cleanup.py

0 commit comments

Comments
 (0)