Pergunta

I am trying to generate a covariance matrix of of a random dataset using the armadillo cov() function.But what I don't understand is how exactly does one generate the matrix input out of the random dataset (input to the cov function) ?

Foi útil?

Solução

You can use a vector to store your random dataset and pass it to the matrix.

http://arma.sourceforge.net/docs.html#Mat

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top