This file is indexed.

/usr/share/doc/texlive-doc/latex/seminar/semsamp1.tex is in texlive-latex-recommended-doc 2013.20140215-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
\listfiles
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.2 of this license
%% or (at your option) any later version.  The latest version of this
%% license is in:
%% 
%%    http://www.latex-project.org/lppl.txt
%% 
%% and version 1.2 or later is part of all distributions of LaTeX version
%% 1999/12/01 or later.
%%
%% BEGIN semsamp1.tex
%
% This is a sample document for seminar.sty, v0.93 (and maybe later).
%
% Try this with and without the article option:

\documentclass[fancybox,article]{seminar}

\def\printlandscape{\special{landscape}}    % Works with dvips.

\articlemag{1}

%\twoup   % Try me.

\newpagestyle{327}%
  {Economics 327 \hspace{\fill}\rightmark \hspace{\fill}\thepage}{}%
\pagestyle{327}

\markright{Choice under uncertainty}

\slideframe{Oval}

\newcommand{\heading}[1]{%
  \begin{center}
    \large\bf
    \shadowbox{#1}%
  \end{center}
  \vspace{1ex minus 1ex}}

\newcommand{\BF}[1]{{\bf #1:}\hspace{1em}\ignorespaces}

\begin{document}


\begin{slide}
\heading{A heading}

One thing this example illustrates is how the {\tt article} style option is
good for printing slides two-up, for distribution to a seminar audience or
class, or just for proofreading.

\BF{Definition}
$p$ (weakly) first-order stochastically dominates $q$ if for every $\bar z\in
Z$,
\[
  p(z\leq \bar z) \leq q(z\leq \bar z)
\]
\end{slide}


\begin{slide}
\heading{Problems with stochastic dominance as a DT}

\begin{center}
  \begin{tabular}{|r|l|}\hline
    $z$ & $p(z)$\\ \hline
    \$999 & .01\\ \hline
    \$1,000,000 & .99 \\ \hline
  \end{tabular}%
  \hspace{1cm}%
  \begin{tabular}{|r|l|}\hline
    $z$ & $q(z)$\\ \hline
    \$1,000 & 1\\ \hline
  \end{tabular}
\end{center}
\end{slide}

\begin{slide}
\heading{Candidate Theory \#3: Expected utility}

Let $Z$ be an arbitrary set of outcomes. Let $u:Z\rightarrow R$ be a utility
representation of the DM's preferences over the elements of $Z$ as certain
outcomes. (I.e., $u(y)\geq u(z)$ iff $y \geq z$.)

\end{slide}


\begin{slide}
\heading{Expected utility \& the St.\ Petersburg Paradox}

This can get around even St.\ Petersburg Paradox, because we don't require
that utility be linear in money:

\begin{center}
  \begin{tabular}{r|c|c|c|c|c}\cline{2-6}
    Prize & \$2 & \$4 & \$8 & \$16 & $\ldots$\\ \cline{2-6}
    $u(z)=\log_2(z)$ & 1 & 2 & 3 & 4 & $\ldots$ \\ \cline{2-6}
    Prob. & 1/2 &  1/4 & 1/8 & 1/16 & $\ldots$\\ \cline{2-6}
  \end{tabular}
\end{center}

Expected utility is $\sum_{k=1}^\infty k/2^k = 2$, and so lottery gives same
expected utility as getting \$4 for sure.
\end{slide}


\end{document}
%% END semsamp1.tex