help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cov(x,y) = matrix or number?


From: Muhali
Subject: Re: cov(x,y) = matrix or number?
Date: Sun, 11 Mar 2012 23:25:32 -0700 (PDT)

> octave-3.6.1:8> X = [1 2; 1 3; 2 5] ;
> octave-3.6.1:9> cov(X)
> ans =
> 
>     0.33333   0.83333
>     0.83333   2.33333

I know that. The question was about Matlab compatibility.

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/cov-x-y-matrix-or-number-tp4465087p4465368.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]