From 38d96682cff3354dde95e5784d148e1fb116b1c3 Mon Sep 17 00:00:00 2001 From: Amirali Toori <103496001+AmiraliToori@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:56:40 +0330 Subject: [PATCH] Addition: [roadmaps/DataAnalyst] Add article for Correlation Analysis (#5997) --- .../110-statistical-analysis/101-correlation-analysis.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/data-analyst/content/110-statistical-analysis/101-correlation-analysis.md b/src/data/roadmaps/data-analyst/content/110-statistical-analysis/101-correlation-analysis.md index 792a9867c..e6d4dd173 100644 --- a/src/data/roadmaps/data-analyst/content/110-statistical-analysis/101-correlation-analysis.md +++ b/src/data/roadmaps/data-analyst/content/110-statistical-analysis/101-correlation-analysis.md @@ -1,3 +1,7 @@ # Correlation Analysis -Correlation Analysis is a quantitative method that data analysts widely employ to determine if there is a significant relationship between two variables, and if so, how strong or weak, positive or negative that relationship might be. This form of analysis helps data analysts identify patterns and trends within datasets, and is often represented visually through scatter plots. By using correlation analysis, data analysts can derive valuable insights to inform decision-making processes within a wide range of fields, from marketing to finance. The implementation of correlation analysis is crucial to forecast future outcomes, develop strategies and drive business growth. \ No newline at end of file +Correlation Analysis is a quantitative method that data analysts widely employ to determine if there is a significant relationship between two variables, and if so, how strong or weak, positive or negative that relationship might be. This form of analysis helps data analysts identify patterns and trends within datasets, and is often represented visually through scatter plots. By using correlation analysis, data analysts can derive valuable insights to inform decision-making processes within a wide range of fields, from marketing to finance. The implementation of correlation analysis is crucial to forecast future outcomes, develop strategies and drive business growth. + +Visit the following resources to learn more: + +- [@article@Correlation](https://www.mathsisfun.com/data/correlation.html)