Feeds
질문
system of linear equations but with condtions that all variables should be > 0
I have the following system of linear equations x - 2y - 3z = 5 -5x + y - 4z = 20 -3x -4y + z = 49 I want to solve f...
12년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
How to calculate a 6-month backward looking moving average matrix?
Thank you.. I actually figured out like this [Short, Long] = movavg(return_list, 6, 6);
How to calculate a 6-month backward looking moving average matrix?
Thank you.. I actually figured out like this [Short, Long] = movavg(return_list, 6, 6);
13년 초과 전 | 0
질문
How to calculate a 6-month backward looking moving average matrix?
I have monthly data and would like to calculate a 6-month backward moving average. I'm looking at movavg function. I tried the f...
13년 초과 전 | 답변 수: 2 | 0