Borrar filtros
Borrar filtros

How to find variance of different score group

1 visualización (últimos 30 días)
Jimmy
Jimmy el 24 de Feb. de 2014
Respondida: Image Analyst el 24 de Feb. de 2014
I have four different score groups to be analysed and I am required to find the variance of each group. I need to know what function to be used in order for me to get the variance for each group.
Thank you in advance.

Respuestas (1)

Image Analyst
Image Analyst el 24 de Feb. de 2014
Did you try to look up variance in the help? Did you stumble across the var() function?
var1 = var(group1);
var2 = var(group2);
var3 = var(group3);
var4 = var(group4);

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by