How to calculate variance?

32 ビュー (過去 30 日間)
CalebJones
CalebJones 2019 年 9 月 16 日
回答済み: Sebastian Körner 2019 年 9 月 16 日
matrix of 1510 x 15? 15 is number of channels...so i wanted variance of every channel.

採用された回答

Sebastian Körner
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 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by