Addition: [roadmaps/DataAnalyst] Add article for Correlation Analysis (#5997)

pull/6001/head
Amirali Toori 9 months ago committed by GitHub
parent 61788edcd0
commit 38d96682cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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.
Visit the following resources to learn more:
- [@article@Correlation](https://www.mathsisfun.com/data/correlation.html)

Loading…
Cancel
Save