Domanda

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) ?

È stato utile?

Soluzione

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top