Skip to content
Snippets Groups Projects
Commit 48ebd510 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Adiciona símbolos matemáticos

parent 8a7a3120
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@
\DeclareMathOperator{\Ell}{\mathcal{L}}
\DeclareMathOperator{\R}{\mathbb{R}}
\DeclareRobustCommand{\rchi}{{\mathpalette\irchi\relax}}
\newcommand{\irchi}[2]{\raisebox{\depth}{$#1\chi$}}
% ---
% Para tabelas
% ---
......@@ -206,8 +209,9 @@
% ----
\begin{document}
<<setup, include=FALSE>>=
<<setup, include=FALSE, cache=FALSE>>=
source("_setup.R")
library(tccPackage)
@
......@@ -324,7 +328,10 @@ source("_setup.R")
% inserir lista de símbolos
% ---
\begin{simbolos}
\item[$ \log $] Logarítmo neperiano (de base $e$)
\item[$ \log $] Logarítmo neperiano (de base $e$).
\item[$ \ell $] log-verossimilhança maximizada.
\item[AIC] Critério de Informação de Akaike, do inglês \textit{Akaike
Information Criterion}.
\end{simbolos}
% ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment