sprat-xsa-experimental

Форк
0
202 строки · 7.2 Кб
1
\documentclass[]{article}
2
\usepackage{lmodern}
3
\usepackage{amssymb,amsmath}
4
\usepackage{ifxetex,ifluatex}
5
\usepackage{fixltx2e} % provides \textsubscript
6
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
7
  \usepackage[T1]{fontenc}
8
  \usepackage[utf8]{inputenc}
9
\else % if luatex or xelatex
10
  \ifxetex
11
    \usepackage{mathspec}
12
  \else
13
    \usepackage{fontspec}
14
  \fi
15
  \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
16
\fi
17
% use upquote if available, for straight quotes in verbatim environments
18
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
19
% use microtype if available
20
\IfFileExists{microtype.sty}{%
21
\usepackage{microtype}
22
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
23
}{}
24
\usepackage[margin=1in]{geometry}
25
\usepackage{hyperref}
26
\hypersetup{unicode=true,
27
            pdftitle={Black sea sprat stock assessment summary},
28
            pdfauthor={Piatinskii M., Azov-black sea bench of VNIRO},
29
            pdfborder={0 0 0},
30
            breaklinks=true}
31
\urlstyle{same}  % don't use monospace font for urls
32
\usepackage{color}
33
\usepackage{fancyvrb}
34
\newcommand{\VerbBar}{|}
35
\newcommand{\VERB}{\Verb[commandchars=\\\{\}]}
36
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\}}
37
% Add ',fontsize=\small' for more characters per line
38
\usepackage{framed}
39
\definecolor{shadecolor}{RGB}{248,248,248}
40
\newenvironment{Shaded}{\begin{snugshade}}{\end{snugshade}}
41
\newcommand{\KeywordTok}[1]{\textcolor[rgb]{0.13,0.29,0.53}{\textbf{#1}}}
42
\newcommand{\DataTypeTok}[1]{\textcolor[rgb]{0.13,0.29,0.53}{#1}}
43
\newcommand{\DecValTok}[1]{\textcolor[rgb]{0.00,0.00,0.81}{#1}}
44
\newcommand{\BaseNTok}[1]{\textcolor[rgb]{0.00,0.00,0.81}{#1}}
45
\newcommand{\FloatTok}[1]{\textcolor[rgb]{0.00,0.00,0.81}{#1}}
46
\newcommand{\ConstantTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
47
\newcommand{\CharTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
48
\newcommand{\SpecialCharTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
49
\newcommand{\StringTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
50
\newcommand{\VerbatimStringTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
51
\newcommand{\SpecialStringTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
52
\newcommand{\ImportTok}[1]{#1}
53
\newcommand{\CommentTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textit{#1}}}
54
\newcommand{\DocumentationTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
55
\newcommand{\AnnotationTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
56
\newcommand{\CommentVarTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
57
\newcommand{\OtherTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{#1}}
58
\newcommand{\FunctionTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
59
\newcommand{\VariableTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
60
\newcommand{\ControlFlowTok}[1]{\textcolor[rgb]{0.13,0.29,0.53}{\textbf{#1}}}
61
\newcommand{\OperatorTok}[1]{\textcolor[rgb]{0.81,0.36,0.00}{\textbf{#1}}}
62
\newcommand{\BuiltInTok}[1]{#1}
63
\newcommand{\ExtensionTok}[1]{#1}
64
\newcommand{\PreprocessorTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textit{#1}}}
65
\newcommand{\AttributeTok}[1]{\textcolor[rgb]{0.77,0.63,0.00}{#1}}
66
\newcommand{\RegionMarkerTok}[1]{#1}
67
\newcommand{\InformationTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
68
\newcommand{\WarningTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
69
\newcommand{\AlertTok}[1]{\textcolor[rgb]{0.94,0.16,0.16}{#1}}
70
\newcommand{\ErrorTok}[1]{\textcolor[rgb]{0.64,0.00,0.00}{\textbf{#1}}}
71
\newcommand{\NormalTok}[1]{#1}
72
\usepackage{graphicx,grffile}
73
\makeatletter
74
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
75
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
76
\makeatother
77
% Scale images if necessary, so that they will not overflow the page
78
% margins by default, and it is still possible to overwrite the defaults
79
% using explicit options in \includegraphics[width, height, ...]{}
80
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
81
\IfFileExists{parskip.sty}{%
82
\usepackage{parskip}
83
}{% else
84
\setlength{\parindent}{0pt}
85
\setlength{\parskip}{6pt plus 2pt minus 1pt}
86
}
87
\setlength{\emergencystretch}{3em}  % prevent overfull lines
88
\providecommand{\tightlist}{%
89
  \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
90
\setcounter{secnumdepth}{0}
91
% Redefines (sub)paragraphs to behave more like sections
92
\ifx\paragraph\undefined\else
93
\let\oldparagraph\paragraph
94
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
95
\fi
96
\ifx\subparagraph\undefined\else
97
\let\oldsubparagraph\subparagraph
98
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
99
\fi
100

101
%%% Use protect on footnotes to avoid problems with footnotes in titles
102
\let\rmarkdownfootnote\footnote%
103
\def\footnote{\protect\rmarkdownfootnote}
104

105
%%% Change title format to be more compact
106
\usepackage{titling}
107

108
% Create subtitle command for use in maketitle
109
\providecommand{\subtitle}[1]{
110
  \posttitle{
111
    \begin{center}\large#1\end{center}
112
    }
113
}
114

115
\setlength{\droptitle}{-2em}
116

117
  \title{Black sea sprat stock assessment summary}
118
    \pretitle{\vspace{\droptitle}\centering\huge}
119
  \posttitle{\par}
120
    \author{Piatinskii M., Azov-black sea bench of VNIRO}
121
    \preauthor{\centering\large\emph}
122
  \postauthor{\par}
123
      \predate{\centering\large\emph}
124
  \postdate{\par}
125
    \date{23.10.2019}
126

127

128
\begin{document}
129
\maketitle
130

131
\subsection{1. Input data}\label{input-data}
132

133
Here you can review input data summary information. This input data used
134
to perform XSA model and make short-term forecasting.
135

136
\subsubsection{1.1 Stock (FLStock)}\label{stock-flstock}
137

138
\subsubsection{1.2 Index (FLIndices)}\label{index-flindices}
139

140
\subsubsection{1.3 Tuning (FLXSA.control)}\label{tuning-flxsa.control}
141

142
\subsection{2. Pre-analysis diagnostic}\label{pre-analysis-diagnostic}
143

144
\subsubsection{2.1 Shrinkage impact
145
factor}\label{shrinkage-impact-factor}
146

147
\subsubsection{2.2 Retrospective
148
stability}\label{retrospective-stability}
149

150
\subsubsection{2.3 Survey index
151
regressions}\label{survey-index-regressions}
152

153
\subsubsection{2.4 Survey residuals}\label{survey-residuals}
154

155
\subsection{3. Model final tuning
156
features}\label{model-final-tuning-features}
157

158
\subsection{4. XSA results}\label{xsa-results}
159

160
\subsection{5. SR model}\label{sr-model}
161

162
\subsection{6. BRP estimates}\label{brp-estimates}
163

164
\subsection{7. Forecasts}\label{forecasts}
165

166
\subsection{R Markdown}\label{r-markdown}
167

168
This is an R Markdown document. Markdown is a simple formatting syntax
169
for authoring HTML, PDF, and MS Word documents. For more details on
170
using R Markdown see \url{http://rmarkdown.rstudio.com}.
171

172
When you click the \textbf{Knit} button a document will be generated
173
that includes both content as well as the output of any embedded R code
174
chunks within the document. You can embed an R code chunk like this:
175

176
\begin{Shaded}
177
\begin{Highlighting}[]
178
\KeywordTok{summary}\NormalTok{(cars)}
179
\end{Highlighting}
180
\end{Shaded}
181

182
\begin{verbatim}
183
##      speed           dist       
184
##  Min.   : 4.0   Min.   :  2.00  
185
##  1st Qu.:12.0   1st Qu.: 26.00  
186
##  Median :15.0   Median : 36.00  
187
##  Mean   :15.4   Mean   : 42.98  
188
##  3rd Qu.:19.0   3rd Qu.: 56.00  
189
##  Max.   :25.0   Max.   :120.00
190
\end{verbatim}
191

192
\subsection{Including Plots}\label{including-plots}
193

194
You can also embed plots, for example:
195

196
\includegraphics{Result_files/figure-latex/pressure-1.pdf}
197

198
Note that the \texttt{echo\ =\ FALSE} parameter was added to the code
199
chunk to prevent printing of the R code that generated the plot.
200

201

202
\end{document}
203

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.