How to calculate variance?
    17 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    CalebJones
 el 16 de Sept. de 2019
  
    
    
    
    
    Respondida: Sebastian Körner
      
 el 16 de Sept. de 2019
            matrix of 1510 x 15? 15 is number of channels...so i wanted variance of every channel.
0 comentarios
Respuesta aceptada
  Sebastian Körner
      
 el 16 de Sept. de 2019
        A= *your matrix*
V = var(A);
If A is a matrix whose columns are random variables and whose rows are observations, V is a row vector containing the variances corresponding to each column.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

