Syntax
s=covar(x,y,fre)
Arguments
- x
real or complex vector
- y
real or complex vector
- fre
matrix of type length(x) x length(y)
Description
covar(x,y,fre)
computes the covariance of two variables x and y.
fre is a matrix of dimensions length(x) x length(y). In fre the element
of indices (i,j) corresponds to the value or number or frequencies of
x_i&y_j.
References
Wonacott, T.H. & Wonacott, R.J.; Introductory Statistics, J.Wiley & Sons, 1990.
Examples
Report an issue | ||
<< cov | Multivariate Correl Regress PCA | pca >> |