Skip to content

Commit fd2fcc6

Browse files
committed
feat: new article
1 parent d9df8fe commit fd2fcc6

22 files changed

+193
-35
lines changed

_posts/2020-01-03-assessing_goodness-of-fit_non-parametric_data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
author_profile: false
33
categories:
44
- Statistics
5-
- Data Science
6-
- Machine Learning
75
classes: wide
86
date: '2020-01-03'
97
excerpt: The Kolmogorov-Smirnov test is a powerful tool for assessing goodness-of-fit in non-parametric data. Learn how it works, how it compares to the Shapiro-Wilk test, and explore real-world applications.

_posts/2020-01-04-multiple_comparisons_problem:_bonferroni_correction_other_solutions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
author_profile: false
33
categories:
44
- Statistics
5-
- Data Science
6-
- Hypothesis Testing
75
classes: wide
86
date: '2020-01-04'
97
excerpt: The multiple comparisons problem arises in hypothesis testing when performing multiple tests increases the likelihood of false positives. Learn about the Bonferroni correction and other solutions to control error rates.

_posts/2020-03-01-type_one_type_two_erros.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
author_profile: false
33
categories:
44
- Statistics
5-
- Data Science
6-
- Hypothesis Testing
75
classes: wide
86
date: '2020-03-01'
97
excerpt: Explore Type I and Type II errors in hypothesis testing. Learn how to balance error rates, interpret significance levels, and understand the implications of statistical errors in real-world scenarios.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
author_profile: false
33
categories:
4-
- Sustainability
54
- Data Science
6-
- Green Technology
75
classes: wide
86
date: '2020-03-30'
97
excerpt: Data science is a key driver of sustainability, offering insights that help optimize resources, reduce waste, and improve the energy efficiency of supply chains.

_posts/2020-04-01-the_friedman_test.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
author_profile: false
33
categories:
4-
- Statistics
54
- Data Analysis
6-
- Non-Parametric Tests
75
classes: wide
86
date: '2020-04-01'
97
excerpt: The Friedman test is a non-parametric alternative to repeated measures ANOVA, designed for use with ordinal data or non-normal distributions. Learn how and when to use it in your analyses.

_posts/2020-04-27-prediction_errors_bias_variance_model.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
author_profile: false
33
categories:
4-
- Mathematics
54
- Machine Learning
6-
- Data Science
75
classes: wide
86
date: '2020-04-27'
97
excerpt: Learn about different methods for estimating prediction error, addressing the bias-variance tradeoff, and how cross-validation, bootstrap methods, and Efron & Tibshirani's .632 estimator help improve model evaluation.

_posts/2020-05-01-shapiro_wilk_test.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
author_profile: false
33
categories:
44
- Statistics
5-
- Data Analysis
6-
- Hypothesis Testing
75
classes: wide
86
date: '2020-05-01'
97
excerpt: Learn about the Shapiro-Wilk and Anderson-Darling tests for normality, their differences, and how they guide decisions between parametric and non-parametric statistical methods.

_posts/2020-07-26-measurement_errors.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
author_profile: false
33
categories:
4-
- Mathematics
54
- Statistics
6-
- Data Science
7-
- Data Analysis
85
classes: wide
96
date: '2020-07-26'
107
excerpt: Explore the different types of observational errors, their causes, and their impact on accuracy and precision in various fields, such as data science and engineering.

_posts/2020-09-01-threshold_classification_zero_inflated_time_series.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
author_profile: false
33
categories:
4-
- Data Science
54
- Time Series Analysis
65
classes: wide
76
date: '2020-09-01'

_posts/2020-09-02-log_rank_test_survival_analysis_comparing_survival_curves.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
author_profile: false
33
categories:
4-
- Biostatistics
5-
- Medical Research
64
- Data Science
75
classes: wide
86
date: '2020-09-02'

0 commit comments

Comments
 (0)