-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabletolatex.m
35 lines (32 loc) · 1.64 KB
/
tabletolatex.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EMPIRICAL METHODS FOR FINANCE
% Homework I
%
% Benjamin Souane, Antoine-Michel Alexeev and Julien Bisch
% Due Date: 5 March 2020
%==========================================================================
%% Creating the latex code
table2latex(StatSRD,'Latex_Table\StatSRD.tex')
table2latex(StatLRD,'Latex_Table\StatLRD.tex')
table2latex(StatSRW,'Latex_Table\StatSRW.tex')
table2latex(StatLRW,'Latex_Table\StatLRW.tex')
table2latex(Autocorr_Daily,'Latex_Table\AutocorrDaily.tex')
table2latex(Autocorr_Weekly,'Latex_Table\AutocorrWeekly.tex')
table2latex(DailyLjung,'Latex_Table\DailyLjung.tex')
table2latex(WeeklyLjung,'Latex_Table\WeeklyLjung.tex')
table2latex(Portfolio_stat_D,'Latex_Table\Portfolio_stat_D.tex')
table2latex(Portfolio_stat_W,'Latex_Table\Portfolio_stat_W.tex')
table2latex(GreaterAll,'Latex_Table\GreaterthanSigma.tex')
table2latex(JBstats,'Latex_Table\JarqueBera.tex')
table2latex(Autocorr_WeeklySquared,'Latex_Table\WeeklySquared.tex')
table2latex(Autocorr_DailySquared,'Latex_Table\DailySquared.tex')
table2latex(AllLjungbox,'Latex_Table\AllLjungbox.tex')
table2latex(P_values,'Latex_Table\P_values.tex')
table2latex(P_values_weekly,'Latex_Table\P_valuesW.tex')
table2latex(Summary_stat_W,'Latex_Table\SummaryWeekly.tex')
table2latex(Summary_stat_D,'Latex_Table\SummaryDaily.tex')
%% These tables do not work for now
%table2latex(CrashesDaily,'Latex_Table\CrashesDaily.tex')
%table2latex(BoomsDaily,'Latex_Table\BoomsDaily.tex')
%table2latex(CrashesWeekly,'Latex_Table\CrashesWeekly.tex')
%table2latex(BoomsWeekly,'Latex_Table\BoomsWeekly.tex')