EconBase
← Back to paper

On the Asymptotics of the Minimax Linear Estimator

The exact contents of citations.db main_text.text for this paper — one flattened LaTeX string, title through conclusion, appendix excluded, unmodified except for removing email addresses. This is what our citation measures are computed over.

3,116 characters

\documentclass[12pt]{article}


\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[round,semicolon]{natbib}
\usepackage{geometry}
\geometry{verbose, tmargin=2cm, bmargin=2cm, lmargin=2cm, rmargin=2cm}
\usepackage{setspace}
\onehalfspacing

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{bbm}
\usepackage{amstext}
\usepackage{bm}

\usepackage{ulem}
\usepackage{soul}
\usepackage{mdframed}
\usepackage{cancel}
\usepackage{footmisc}

\usepackage{multirow}
\usepackage{babel}
\usepackage{array}
\usepackage{rotating}
\usepackage{longtable}
\usepackage{float}
\usepackage{booktabs}
\usepackage{lscape}

\usepackage{caption}
\usepackage{subcaption}

\usepackage[ruled]{algorithm2e}

\usepackage{xcolor}
\usepackage{listings}

\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}

\lstdefinestyle{mystyle}{
    backgroundcolor=\color{backcolour},
    commentstyle=\color{codegreen},
    keywordstyle=\color{magenta},
    numberstyle=\tiny\color{codegray},
    stringstyle=\color{codepurple},
    basicstyle=\ttfamily\footnotesize,
    breakatwhitespace=false,
    breaklines=true,    captionpos=b,
    keepspaces=true, numbers=left,
    numbersep=5pt, showspaces=false,
    showstringspaces=false, showtabs=false, tabsize=2}
\lstset{style=mystyle}


\providecommand{\tabularnewline}{\\}

\usepackage{color}
\usepackage{graphicx}
\usepackage{xcolor}

\makeatletter
\makeatother


\definecolor{fgcolor}{rgb}{0.345, 0.345, 0.345}
\let\hlipl\hlkwb

\usepackage{framed}
\makeatletter
\newenvironment{kframe}{
  \ifinner\ifhmode
    \begin{minipage}{\columnwidth}
 \fi\fi
 \def\FrameCommand##1{\hskip\@totalleftmargin \hskip-\fboxsep
 \colorbox{shadecolor}{##1}\hskip-\fboxsep
     \hskip-\linewidth \hskip-\@totalleftmargin \hskip\columnwidth}
 \MakeFramed {\advance\hsize-\width
   \@totalleftmargin\z@ \linewidth\hsize
   \@setminipage}}
 {\par\unskip\endMakeFramed
 \end{minipage}}
\makeatother

\definecolor{shadecolor}{rgb}{.97, .97, .97}
\definecolor{messagecolor}{rgb}{0, 0, 0}
\definecolor{warningcolor}{rgb}{1, 0, 1}
\definecolor{errorcolor}{rgb}{1, 0, 0}
\newenvironment{knitrout}{}{}
\usepackage{listings}
\usepackage{alltt}

\usepackage{url}
\usepackage[hidelinks]{hyperref}
\hypersetup{
    colorlinks=true,
    linkcolor=[rgb]{0.6, 0.1058824, 0.1176471},
    filecolor=[rgb]{0.6, 0.1058824, 0.1176471},
    urlcolor=[rgb]{0.6, 0.1058824, 0.1176471},
    citecolor=[rgb]{0.6, 0.1058824, 0.1176471},
    }
\urlstyle{same}

\usepackage{chngcntr}
\counterwithin*{section}{part}


\usepackage{todonotes}
\usepackage{rotfloat}
\usepackage{pdfpages}
\usepackage{indentfirst}
\usepackage{enumitem}

\newtheorem{theorem}{Theorem}
\newtheorem{remark}{Remark}
\newtheorem{assumption}{Assumption}
\newtheorem{lemma}{Lemma}
\newtheorem{notation}{Notation}
\newtheorem{example}{Example}
\newtheorem{definition}{Definition}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}



\setcounter{tocdepth}{2}