Feeds
질문
How to save matrix created in loop
I am running the below code which gives me (5,4) matrix output (generated by B matrix) for each "i" I want to save the output...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
Selecting required values on a rolling basis and saving the final result
I am running below code. But after randperm for every "k", I want to select four values and save it. # First row, First Co...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
How to select 5 rows of a data set in rolling basis
I have a price data of 4 stocks for 2000 days. Hence, the data is of 2000 rows and 4 columns. I want to select first 5 rows and ...
거의 10년 전 | 답변 수: 1 | 0
