photo

Hakan Sagir


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to get variance vector from i to end of the vector X
Q = [ 1 2 3 4 5 6 7 8 9 ] v1= var(Q) v2 = var(Q([2:end])) v3 = var(Q([3:end])) .... I have to many variables like this. ...

3 years ago | 1 answer | 0

1

answer