covariance background
BeDict Logo

covariance

/koʊˈveəriəns/ /kəˈveəriəns/

Meanings

noun

공분산

A statistical measure defined as \scriptstyle\operatorname{Cov}(X, Y) = \operatorname{E}((X - \mu) (Y - \nu)) given two real-valued random variables X and Y, with expected values \scriptstyle E(X)\,=\,\mu and \scriptstyle E(Y)\,=\,\nu.

Examples :

학습 시간과 시험 점수 사이의 양의 공분산은 더 많이 공부하는 학생들이 더 높은 점수를 받는 경향이 있다는 것을 시사합니다.
noun

특정 상황에서 데이터 유형을 더 넓은 유형에서 더 좁은 유형으로 변환하는 것

Examples :

데이터베이스 시스템의 'covariance'는 누군가의 나이를 저장할 때 double-precision 숫자(3.14159와 같은)를 정수(3과 같은)로 자동 변환하여 정밀도가 손실되었지만 저장 공간을 절약했습니다.