How to calculate variance?
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
CalebJones
am 16 Sep. 2019
Beantwortet: Sebastian Körner
am 16 Sep. 2019
matrix of 1510 x 15? 15 is number of channels...so i wanted variance of every channel.
0 Kommentare
Akzeptierte Antwort
Sebastian Körner
am 16 Sep. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!