Scatter Plot Calculator
Create scatter plots and analyze relationships between variables.
Analysis Results
Correlation Coefficient (r):
0
Regression Line:
y = 0x + 0
R-squared:
0
Scatter Plot
How it works
The correlation coefficient (r) is calculated using:
r = Σ((x - x̄)(y - ȳ)) / (n × σₓ × σᵧ)
Where:
- x̄ and ȳ are the means of x and y values
- σₓ and σᵧ are the standard deviations
- n is the number of data points
The regression line is calculated using:
- Slope (m) = r × (σᵧ/σₓ)
- Y-intercept (b) = ȳ - m × x̄