Covariance Calculator
Calculate sample covariance between two datasets — aligned with the standard ProMathTools calculator layout.
Comma-separated values
Comma-separated values
Calculate the covariance between two datasets
cov(X, Y) = Σ[(xi - x̄)(yi - ȳ)] / (n - 1)
Calculate the covariance between two datasets: X = [1, 2, 3], Y = [2, 3, 5]
Covariance measures the linear relationship between two datasets
© 2026 PromathTools. All rights reserved.
Developed by kruskalcode.com