-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSCR-book.tex
More file actions
209 lines (104 loc) · 2.78 KB
/
SCR-book.tex
File metadata and controls
209 lines (104 loc) · 2.78 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
\documentclass[dvips]{book}
\RequirePackage[OT1]{fontenc}
\RequirePackage{elsst-book}
\RequirePackage[authoryear]{natbib}
\RequirePackage{amsthm}
\RequirePackage{amssymb}
\usepackage{float}
\usepackage{color}
\usepackage[pdftex]{graphicx}
%%\input{psfig}
\usepackage{bm,amsmath,url}
\usepackage{makeidx}
\makeindex
%\numberwithin{equation}{chapter}
%%\input{boldGreek}
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[section]
\newtheorem{lemma}{Lemma}[section]
\theoremstyle{definition}
\newtheorem{defn}{Definition}[section]
\theoremstyle{remark}
\newtheorem*{rem}{Remark}
\usepackage{framed}
\definecolor{shadecolor}{gray}{.9}
\newenvironment{fignotes}{\begin{shaded}}{\end{shaded}}
\floatstyle{plain}
\floatname{panel}{Panel}
\newfloat{algorithm}{h}{txt}[chapter]
\newfloat{panel}{h}{txt}[chapter]
\begin{document}
\title{
Spatial Capture-Recapture Models
}
\subtitle{
}
\author{J. Andrew Royle \\
Beth Gardner \\
Richard B. Chandler \\ Rahel Sollmann}
%\affiliation{First Author Short Address\\ Second Author Short Address}
\address{
USGS Patuxent Wildlife Research Center \\
North Carolina State University
}
\maketitle
%%%\frontmatter
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
\hspace*{-.166in}{\LARGE Preface} \\
\vspace*{.2in}
%\addcontentsline{toc}{chapter}{Preface}
%\input{preface}
\newpage
\hspace*{-.166in}{\LARGE Acknowledgements} \\
\vspace*{.2in}
%\addcontentsline{toc}{chapter}{Acknowledgments}
%\input{acknowledgments}
\mainmatter
\chapter{Introduction}
\label{chapt.intro}
%\chapter{GLMS and WinBUGS}
%\label{chapt.glms}
\input{Ch2/Ch2.tex}
%\chapter{Closed population models}
%\label{chapt.closed}
\input{Ch3/Ch3.tex}
\chapter{Fully Spatial Capture-Recapture Models}
\label{chapt.scr0}
%\input{Chapter4.tex}
\chapter{Other observation models}
\label{chapt.poisson}
\chapter{Maximum likelihood estimation}
\label{chapt.mle}
\chapter{MCMC details}
\label{chapt.mcmc}
\chapter{Goodness of Fit and stuff}
\label{chapt.gof}
\chapter{Covariate models}
\label{chapt.covariates}
\chapter{Inhomogeneous Point Process}
\label{chapt.ipp}
\chapter{Open models}
\label{chapt.open}
%\input{Chapter1.tex}
%\input{Chapter2.tex}
%\chapter{Introduction}\label{chapt.intro}
%%\input{Chapter2-primer.tex}
%\input{Chapter3-uniformsearch.tex}
%\input{Chapter4-binomial.tex}
%\input{Chapter5-multistate.tex}
%\input{Chapter2.tex}
%\chapter{Essentials of Statistical Inference} \label{chapt.stats}
%\chapter{Occupancy and Occurrence Models} \label{chapt.occ}
%\input{Chapter3.tex}
\markboth{Bibliography}{Bibliography}
\bibliographystyle{asa}
\bibliography{AndyRefs_alphabetized}
%%\bibliography{AndyRefs.bib}
%\bibliographystyle{alpha}
%\bibliography{mybib}
\markboth{Index}{Index}
%\printindex
%\input{Allbook-main.ind}
\end{document}