which function can calculate standard deviation with weights?

2 Ansichten (letzte 30 Tage)
vx2008
vx2008 am 20 Jan. 2017
Beantwortet: vx2008 am 23 Jan. 2017
I know function "std" can get an array's standard deviation;
but now I want to calculate standard deviation with certain weights for each number of array; for example,
X=[1,2,3,4,5]; and weights=[0.1,0.3,0.1,0.3,0.1];
so is there the built-in function in Matlab?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 20 Jan. 2017

Weitere Antworten (1)

vx2008
vx2008 am 23 Jan. 2017
thank you very much;

Kategorien

Mehr zu Creating and Concatenating Matrices 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!

Translated by