HP Prime for All

English  Русский 

Syntax

covariance_correlation(Lst||Mtrx,[Lst])

Description

Returns the list of the covariance and the correlation of the elements of its argument.

Example

covariance_correlation([[1,2],[1,1],[4,7]]) returns [11/3,33/(6*√31)]

covariance_correlation — Discussion