library(knitr)
library(kableExtra)
library(segmentr)
library(tibble)
library(magrittr)
library(purrr)
knitr::opts_chunk$set(
  cache=TRUE,
  echo=FALSE
)

\newcommand{\X}{\bf X} \newcommand{\x}{\mathbf x} \newcommand{\Xs}{\mathbf X} \renewcommand{\P}{\mathbb P} \newcommand{\E}{\mathbb E} \newcommand{\argmax}{\arg\max} \newcommand{\pen}{\text{pen}} \newcommand{\p}{\text{p}} \newcommand{\wQ}{\widetilde Q} \newcommand{\wP}{\widehat\Pr} \newcommand{\M}{\mathcal M} \newcommand{\rs}{r!:!s} \newcommand{\1}{\mathbf 1} \newcommand{\R}{\mathbb R} \newcommand{\Z}{\mathbb Z} \newcommand{\lik}{\mathcal{L}} \newcommand{\lt}{<} \newcommand{\gt}{>}



thalesmello/segmentr documentation built on March 4, 2020, 1 a.m.