Feeds
提问
Which value is the regression factor (beta) in the test summary using jcitest (Johansen cointegration)?
I am using the function jcitest to test for cointegration. I am not sure which value corresponds to the regression factor - sta...
3 years 前 | 1 个回答 | 0
1
个回答提问
Error with using sprintf
% Write output to text file fn = sprintf('%s_%s_.txt',filtered.SD,out.mys); fid = fopen('.txt','wt'); fprintf('%.0f\n',n,x); ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to convert time to a number?
I want to use a prompted input in the format HH:SS and convert it to a number. For example, 17:15 (17 mins, 15 secs) would be 17...
5 years 前 | 2 个回答 | 0
2
个回答提问
Elseif statement with large table
I have a 4 x 197 table. The first two columns are characters (ID and name), the last two are integers (min and max). Each ID an...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to obtain the Slow%K using the stochosc function?
Is there a way to get the slow percent k column vector using the function stochosc for a data series? There is an old MATLAB fun...
6 years 前 | 0 个回答 | 0
0
个回答提问
Trying to generate function for importing data with the outputs as column vectors. Why is it only creating one variable?
I imported an excel file with 5 columns and 2000+ rows of data. The first column is type Datetime, the other four columns are nu...
6 years 前 | 1 个回答 | 0