This commit is contained in:
Daniel Kapla 2025-11-05 17:24:33 +01:00
parent 82816e96a6
commit e9c4a2a971
2 changed files with 78 additions and 81 deletions

View File

@ -1,12 +1,16 @@
@book{AbadirMagnus2005,
author = {Abadir, Karim M. and Magnus, Jan R.},
year = {2005},
title = {Matrix Algebra},
publisher = {Cambridge University Press},
doi = {10.1017/CBO9780511810800},
collection = {Econometric Exercises},
place = {Cambridge},
series = {Econometric Exercises}
author = {Abadir, Karim M. and Magnus, Jan R.},
year = {2005},
title = {Matrix algebra},
volume = {1},
pages = {xxx+434},
publisher = {Cambridge University Press, Cambridge},
doi = {10.1017/CBO9780511810800},
url = {https://doi.org/10.1017/CBO9780511810800},
isbn = {978-0-521-53746-9; 0-521-53746-0},
mrclass = {15-01 (91B02)},
mrnumber = {2408356},
series = {Econometric Exercises}
}
@book{AbsilEtAl2007,
@ -47,15 +51,16 @@
}
@book{Arnold1981,
author = {Arnold, Steven F},
year = {1981},
title = {The theory of linear models and multivariate analysis},
publisher = {Wiley},
address = {New York, NY [u.a.]},
isbn = {0471050652},
keywords = {Multivariate Analyse},
language = {eng},
series = {Wiley series in probability and mathematical statistics : Probability and mathematical statistics}
author = {Arnold, Steven F.},
year = {1981},
title = {The theory of linear models and multivariate analysis},
pages = {xvi+475},
publisher = {John Wiley \& Sons, Inc., New York},
isbn = {0-471-05065-2},
mrclass = {62-01 (62J05)},
mrnumber = {606011},
mrreviewer = {Pi-Erh\ Lin},
series = {Wiley Series in Probability and Mathematical Statistics}
}
@article{BanerjeeEtAl2008,
@ -438,11 +443,19 @@
}
@book{Cook1998,
author = {Cook, Dennis R.},
year = {1998},
title = {Regression Graphics: Ideas for studying regressions through graphics},
publisher = {Wiley},
address = {New York}
author = {Cook, R. Dennis},
year = {1998},
title = {Regression graphics},
pages = {xviii+349},
publisher = {John Wiley \& Sons, Inc., New York},
doi = {10.1002/9780470316931},
url = {https://doi.org/10.1002/9780470316931},
isbn = {0-471-19365-8},
mrclass = {62-01 (62J05)},
mrnumber = {1645673},
mrreviewer = {Jon\ Stene},
note = {Ideas for studying regressions through graphics, A Wiley-Interscience Publication},
series = {Wiley Series in Probability and Statistics: Probability and Statistics}
}
@article{Cook2000,
@ -590,17 +603,19 @@
}
@article{CoxWermuth1994,
author = {D. R. Cox and Nanny Wermuth},
year = {1994},
title = {A Note on the Quadratic Exponential Binary Distribution},
journal = {Biometrika},
volume = {81},
number = {2},
pages = {403--408},
publisher = {[Oxford University Press, Biometrika Trust]},
issn = {00063444},
url = {http://www.jstor.org/stable/2336971},
urldate = {2024-04-11}
author = {Cox, D. R. and Wermuth, Nanny},
year = {1994},
title = {A note on the quadratic exponential binary distribution},
journal = {Biometrika},
volume = {81},
number = {2},
pages = {403--408},
issn = {0006-3444,1464-3510},
doi = {10.1093/biomet/81.2.403},
url = {https://doi.org/10.1093/biomet/81.2.403},
fjournal = {Biometrika},
mrclass = {62E15},
mrnumber = {1294901}
}
@book{Dai2012,
@ -721,11 +736,20 @@
}
@article{DrtonEtAl2020,
author = {Mathias Drton and Satoshi Kuriki and Peter D. Hoff},
year = {2020},
title = {Existence and uniqueness of the Kronecker covariance MLE},
journal = {The Annals of Statistics},
url = {https://api.semanticscholar.org/CorpusID:212718000}
author = {Drton, Mathias and Kuriki, Satoshi and Hoff, Peter},
year = {2021},
title = {Existence and uniqueness of the {K}ronecker covariance {MLE}},
journal = {Ann. Statist.},
volume = {49},
number = {5},
pages = {2721--2754},
issn = {0090-5364,2168-8966},
doi = {10.1214/21-aos2052},
url = {https://doi.org/10.1214/21-aos2052},
fjournal = {The Annals of Statistics},
mrclass = {62H12 (62R01)},
mrnumber = {4338381},
mrreviewer = {Burcu\ H.\ Ucer}
}
@article{DrydenEtAl2009,

View File

@ -5,13 +5,9 @@
\usepackage[utf8]{inputenc}
\usepackage[LSF, T1]{fontenc}
\usepackage{chessfss}
% \usepackage{fullpage}
\usepackage{amsmath, amssymb, amstext, amsthm, scalerel, bm, pifont}
\usepackage[dvipsnames]{xcolor} % dvipsnames loads more named colors
\usepackage{graphicx} % colors, images and graphics
\usepackage{tikz} % TikZ (TeX ist kein Zeichenprogramm)
\usepackage{environ} % for dynamic TikZ picture scaling
\usepackage{algorithm, algpseudocode} % Pseudo Codes / Algorithms
\usepackage[
style = authoryear, % citation style
isbn = false, % show isbn?
@ -32,13 +28,9 @@
doi = true,
bibencoding = utf8
]{biblatex}
\usepackage[pdftex, colorlinks, allcolors=blue]{hyperref} % Load as last package! Redefines commands
\usepackage[noabbrev, capitalize, nameinlink]{cleveref} % but this after hyperref
\usetikzlibrary{calc, perspective, datavisualization}
\setcounter{MaxMatrixCols}{20} % Sets the max nr. of columns in AMSmath's matrix envs to 20
% Document meta into
@ -119,21 +111,21 @@
% \newcommand*{\ten}[1]{\mathcal{#1}}
% \DeclareMathOperator{\sym}{sym}
\renewcommand*{\vec}{\operatorname{vec}}
\newcommand*{\unvec}{\operatorname{vec^{-1}}}
\newcommand*{\reshape}[1]{\operatorname{reshape}_{#1}}
% \newcommand*{\unvec}{\operatorname{vec^{-1}}}
% \newcommand*{\reshape}[1]{\operatorname{reshape}_{#1}}
\newcommand*{\vech}{\operatorname{vech}}
\newcommand*{\rank}{\operatorname{rank}}
\newcommand*{\diag}{\operatorname{diag}}
\newcommand*{\perm}[1]{\mathfrak{S}_{#1}} % set of permutations of size #1
\newcommand*{\len}[1]{\#{#1}} % length of #1
\DeclareMathOperator*{\ttt}{\circledast}
% \newcommand*{\perm}[1]{\mathfrak{S}_{#1}} % set of permutations of size #1
% \newcommand*{\len}[1]{\#{#1}} % length of #1
% \DeclareMathOperator*{\ttt}{\circledast}
\DeclareMathOperator{\tr}{tr}
\DeclareMathOperator{\var}{Var}
\DeclareMathOperator{\cov}{Cov}
\DeclareMathOperator{\Span}{span}
\DeclareMathOperator{\E}{\operatorname{\mathbb{E}}}
% \DeclareMathOperator{\independent}{{\bot\!\!\!\bot}}
\DeclareMathOperator*{\argmin}{{arg\,min}}
% \DeclareMathOperator*{\argmin}{{arg\,min}}
\DeclareMathOperator*{\argmax}{{arg\,max}}
\newcommand*{\D}{\textnormal{D}} % derivative
\renewcommand*{\H}{\textnormal{H}} % hessian
@ -146,21 +138,21 @@
\renewcommand{\checkmark}{{\color{Green}\ding{51}}}
\newcommand{\xmark}{{\color{Red!70}\ding{55}}}
% Pseudo Code Commands
\newcommand{\algorithmicbreak}{\textbf{break}}
\newcommand{\Break}{\State \algorithmicbreak}
% % Pseudo Code Commands
% \newcommand{\algorithmicbreak}{\textbf{break}}
% \newcommand{\Break}{\State \algorithmicbreak}
% Special Matrix Sets (Manifolds)
\newcommand{\MatMani}[2]{\mathbb{R}^{{#1}\times {#2}}}
% \newcommand{\MatMani}[2]{\mathbb{R}^{{#1}\times {#2}}}
\newcommand{\StiefelNonCompact}[2]{\mathbb{R}_{*}^{{#1}\times {#2}}}
\newcommand{\Stiefel}[2]{\mathrm{St}^{{#1}\times {#2}}}
\newcommand{\MatRankMani}[3]{\mathbb{R}_{\rank={#1}}^{{#2}\times {#3}}}
\newcommand{\DiagZeroMat}[1]{\mathbb{R}_{\diag=0}^{{#1}\times {#1}}}
% \newcommand{\MatRankMani}[3]{\mathbb{R}_{\rank={#1}}^{{#2}\times {#3}}}
% \newcommand{\DiagZeroMat}[1]{\mathbb{R}_{\diag=0}^{{#1}\times {#1}}}
\newcommand{\SymMat}[1]{\mathrm{Sym}^{{#1}\times {#1}}}
\newcommand{\SkewSymMat}[1]{\mathrm{Skew}^{{#1}\times {#1}}}
% \newcommand{\SkewSymMat}[1]{\mathrm{Skew}^{{#1}\times {#1}}}
\newcommand{\SymPosDefMat}[1]{\mathrm{Sym}_{++}^{{#1}\times {#1}}}
\newcommand{\SymDiagZeroMat}[1]{\mathrm{Sym}_{\diag=0}^{p\times p}}
\newcommand{\SymBand}[2]{\mathrm{SymBand}^{{#1}\times {#1}}_{#2}}
% \newcommand{\SymDiagZeroMat}[1]{\mathrm{Sym}_{\diag=0}^{p\times p}}
% \newcommand{\SymBand}[2]{\mathrm{SymBand}^{{#1}\times {#1}}_{#2}}
\newcommand{\OrthogonalGrp}[1]{\mathrm{O}(#1)}
\newcommand{\SpecialOrthogonalGrp}[1]{\mathrm{SO}(#1)}
@ -233,23 +225,6 @@
\makeatother
%%% Scaling TikZ pictures using the `environ' package
% see: https://tex.stackexchange.com/questions/6388/how-to-scale-a-tikzpicture-to-textwidth
\makeatletter
\newsavebox{\measure@tikzpicture}
\NewEnviron{scaletikzpicturetowidth}[1]{%
\def\tikz@width{#1}%
\def\tikzscale{1}\begin{lrbox}{\measure@tikzpicture}%
\BODY
\end{lrbox}%
\pgfmathparse{#1/\wd\measure@tikzpicture}%
\edef\tikzscale{\pgfmathresult}%
\BODY
}
\makeatother
\newcommand{\smoothFunc}[2][\infty]{{C^{#2}(#1)}}
\newcommand{\localSmoothFunc}[3][\infty]{{C^{#3}_{#1}(#2)}}
\newcommand{\tangentSpace}[2]{\ensuremath{T_{#1}{#2}}}
@ -450,9 +425,7 @@ The reduction in vectorized form is $\vec\ten{R}(\ten{X})=\t{\mat{B}}\vec(\ten{X
\begin{figure}
\centering
\begin{scaletikzpicturetowidth}{0.5\textwidth}
\input{images/reduction.tex}
\end{scaletikzpicturetowidth}
\includegraphics{images/reduction.pdf}
\caption{\label{fig:SDRvisual}Visual depiction of the sufficient reduction in \cref{thm:sdr}.}
\end{figure}