How to calculate variance?
24 ビュー (過去 30 日間)
表示 古いコメント
matrix of 1510 x 15? 15 is number of channels...so i wanted variance of every channel.
0 件のコメント
採用された回答
Sebastian Körner
2019 年 9 月 16 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Find more on Time Series in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!