Fabian Niederreiter
Followers: 0 Following: 0
Statistics
RANK
78,111
of 293,767
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,063
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 149,751
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Extracting values out of a cell array with tables
I have a 41x1 cell array with tables including stock returns (find the cell array attached). The tables dimensions vary in numbe...
3 years ago | 1 answer | 0
1
answerQuestion
Calculate t-statistic on data analysis results
I would like to calculate the t-statistics on the results of my data analysis. (Code and results attached) The results contain ...
3 years ago | 1 answer | 0
1
answerLoop through tables in a cell array
Managed to solve it myself! :) Here's my solution for everyone with a similar problem: %% Mean Bottom Portfolio meanDS_10...
3 years ago | 0
| accepted
Question
Loop through tables in a cell array
I have two 41x1 cell arrays 'DS_10B' and 'DS_10T' containing 41 different tables each. The tables contain stock return data from...
3 years ago | 1 answer | 0
1
answerQuestion
Compare average monthly stock return data
I would like to compare the average of the monthly stock return data listed in the 41x1 cell array 'DS_10T' with the data listed...
3 years ago | 1 answer | 0
1
answerQuestion
Extract monthly stock return data out of a table
I have this 251x5 table with monthly stock return data over a 10 year time frame for a high number of stocks (ID). (see attache...
3 years ago | 1 answer | 0
1
answerQuestion
Convert table of Daily Stock data into Monthly data
I have a 13000x3000 table with colums representing the dates and rows representing the stocks with values of daily stock returns...
3 years ago | 1 answer | 0