Kalkulator Covariance.





Result:

Kalkulator kowariancji na podstawie liczby wartości wejściowych zestawów danych, aby obliczyć wartości średniej x, średnia i kowariancja (x, y).

Zestaw danych X to {5,20,40,80,100}, zestaw danych Y wynosi {10,24,33,54,10}

Suma (x) = 5 + 20 + 40 + 80 + 100 = 245

X średnia = 49

Suma (y) = 10 + 24 + 33 + 54 + 10 = 131

Y średnia = 26,2

Covariance (x, y) = suma (x i - x średnia ) * (y i - y średnia ) / (pobieranie próbek -1)

= (5-49) * (10-26.2) + (20-49) * (24-26.2) + (40-49) * (33-26.2) + (80-49) * (54-26.2) + ( 100-49) * (10-26.2)) / 4

= 187,75.

Kalkulator Covariance.