view talk/talk.tex @ 58:57a0f3beaba8

talk: add naïve medcouple algorithm
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 17 May 2016 09:02:23 -0400
parents 1b15b9a0f336
children cd940f75aab6
line wrap: on
line source

%%% BEGIN BEAMER PREAMBLE %%%
\documentclass[green]{beamer}
\usepackage{bm, fourier, anyfontsize}


\mode<presentation>
{
  \usetheme{boxes}
  \usecolortheme{crane}
}
\beamertemplatenavigationsymbolsempty

\AtBeginSection[]
{
  \begin{frame}<beamer>
    \frametitle{Outline}
    \tableofcontents[currentsection]
  \end{frame}
}


\usepackage{times}
%%% END BEAMER PREAMBLE %%%


%%% BEGIN METADATA %%%

\author{Jordi G. H. $\langle$jordigh@octave.org$\rangle$ }


\title{The Medcouple}
\subtitle{A robust measure of skewness}
\date{}

%%% END METADATA%%%

\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}
  \frametitle{Outline}
  \tableofcontents
\end{frame}

\section{Outliers and Boxplots}

\begin{frame}
  What is an outlier?
\end{frame}

\begin{frame}
  \begin{center}
    \pgfimage[width=4.5in,height=3.5in]{img/boys-and-girls}
  \end{center}
\end{frame}

\section{The Medcouple}

\begin{frame}
  omg
\end{frame}


\begin{frame}
  \begin{center}
    \pgfimage[width=4in]{img/naive/x-orig.png}
  \end{center}

  Take some $X$ random numbers.
\end{frame}

\begin{frame}
  \begin{center}
    \pgfimage[width=4in]{img/naive/x-sorted.png}
  \end{center}

  Sort them.
\end{frame}

\begin{frame}
  \begin{center}
    \pgfimage[width=4in]{img/naive/sortx-red.png}
  \end{center}

  Pick the median.
\end{frame}

\begin{frame}
  \begin{overlayarea}{\textwidth}{8cm}
    \only<1>{%
      \begin{center}
        \pgfimage[height=2in]{img/naive/medc-computation-init.png}
      \end{center}
      Split up $X$ into $X^+$ and $X^-$ along the median.}
    \only<2>{%
      \begin{center}
        \pgfimage[height=2in]{img/naive/medc-computation.png}
      \end{center}
      Evaluate the kernel for all couples.
      \[
      \frac{ (x_i^+ - x_m) - (x_m - x_j^-)}{x_i - x_j},
      \quad x_i^+ \in X^+, \quad x_j^- \in X^-
      \]}
    \only<3>{%
      \begin{center}
        \pgfimage[height=2in]{img/naive/medc-computation-done.png}
      \end{center}
      The median of this matrix is the medcouple.}
  \end{overlayarea}
\end{frame}

\section{Computation of the Medcouple}

\begin{frame}
  wtf
\end{frame}

\end{document}