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),例如在存储年龄时,自动将双精度浮点数(如3.14159)转换为整数(如3),虽然损失了精度,但节省了存储空间。