I'm using function cov in a program but I get this warning *WARNING: cov(X::AbstractMatrix; vardim=1,corrected=true,mean=Base.mean(X,vardim)) is deprecated, use covm(X,mean,vardim,corrected) instead.*
then I looked for covm in help, but but I get *help?> **covm* search: *co*de_ll*vm* @*co*de_ll*vm* *cov* *co*n*v*2 *co*n*v* *co*n*v*ert de *co*n*v* Sta*c*k*Ov*erflowError Couldn't find covm Perhaps you meant cov, conv, conv2, cool, cond, conj, copy, cor, cos or cosc No documentation found. Binding covm does not exist. I don't know if this can be solved in some way. My version is *0.5.0-dev+2440 *by the way
