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