Skip to content

Instantly share code, notes, and snippets.

@hsigrist
Last active December 19, 2015 03:39
Show Gist options
  • Select an option

  • Save hsigrist/5891421 to your computer and use it in GitHub Desktop.

Select an option

Save hsigrist/5891421 to your computer and use it in GitHub Desktop.
fena
%
% informacion_estadistica_1m_un4_ae01.tex - OFICIO
%
% Hans Sigrist/28 June 2013 (Friday), 18:32.
%______________________________________________________________________________
% The BSD License (BSD)
%
% Copyright (c) 2013 Hans Sigrist <[email protected]> All rights reserved.
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted provided that the following conditions are met:
%
% 1. Redistributions of source code must retain the above copyright notice,
% this list of conditions and the following disclaimer.
%
% 2. Redistributions in binary form must reproduce the above copyright notice,
% this list of conditions and the following disclaimer in the documentation
% and/or other materials provided with the distribution.
%
% THIS SOFTWARE IS PROVIDED BY HANS SIGRIST ''AS IS'' AND ANY EXPRESS OR
% IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
% MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
% EVENT SHALL HANS SIGRIST OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
% INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
% LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
% OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
% EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
%
% The views and conclusions contained in the software and documentation are
% those of the authors and should not be interpreted as representing official
% policies, either expressed or implied, of Hans Sigrist.
%______________________________________________________________________________
\documentclass[12pt,article]{memoir}
\usepackage{mathabx}
\usepackage{hyperref}
\usepackage{graphicx,url}
\usepackage[math-style=TeX]{unicode-math}
\setmathfont{Asana-Math.otf}
\usepackage{memoir-article-styles}
\usepackage{polyglossia}
\setdefaultlanguage{spanish}
\usepackage{fontspec}
\usepackage{pgf,tikz}
\usepackage{pstricks-add}
\usepackage{siunitx}
\usepackage{xcolor}
\usepackage{enumitem}
\usepackage[left=1.5cm,right=1.5cm,top=2cm,bottom=1.7cm,paperheight=33cm]{geometry}
%______________________________________________________________________________
\hypersetup{%
colorlinks=false,%
linkcolor=magenta,%
pdftitle={Información Estadística},%
pdfauthor={Sigrist, Hans},%
pdfsubject={estadística},%
pdfkeywords={%
fuentes de información, %
análisis de datos, %
medidas de posición, %
medidas de tendencia central}
}
%______________________________________________________________________________
\begin{document}
\setromanfont[Mapping={tex-text},Numbers={OldStyle},Ligatures=Historical]{Minion Pro}
\setsansfont[Mapping={tex-text},Numbers={OldStyle},Ligatures=Rare]{Minion Pro}
\setmonofont[Mapping={tex-text},Scale=0.8,Numbers={OldStyle},Ligatures=Rare]{PragmataPro}
%______________________________________________________________________________
\setkeys{Gin}{width=1\textwidth}
\chapterstyle{article-2}
\pagestyle{kjh}
\def\NN{\mathbb{N}}
\def\RR{\mathbb{R}}
\def\ZZ{\mathbb{Z}}
\def\po{\mathpunct{.}}
%______________________________________________________________________________
\title{\textbf{Información Estadística}}
\author{Hans Sigrist\smallskip\footnotesize\newline Prof. Lic. \& Mag. Matemática \newline\texttt{[email protected]} \newline \url{https://piazza.com/instructors/hsigrist}}
\date{}
\published{\sffamily julio 2013 / 1M-UN4-AE01}
\maketitle
%______________________________________________________________________________
\begin{flushright}
\begin{minipage}{7cm}
\textbf{\small Aprendizaje Esperado\footnote{Según Programa de Estudio Mineduc 2012.}}\
\footnotesize{%
Obtener información a partir del análisis de datos presentados en gráficos, considerando la interpretación de medidas de tendencia central.
}
\end{minipage}
\end{flushright}
%______________________________________________________________________________
\chapter{Fuentes de información} % (fold)
\label{cha:fuentes_de_informaci_n}
La palabra \textbf{estadística} posee dos significados, por una parte se le asocia a \emph{los hechos numéricos}, números como por ejemplo el ingreso $\$$ de una familia, la edad de un estudiante, etc. Por otra parte, la estadística descriptiva trata de la obtención de datos, de cómo organizar estos datos para que sean representativos y fáciles de entender, y de cómo obtener información usando estos datos.
Por ejemplo, la siguiente tabla muestra los puntajes obtenidos por $50$ alumnos de 4to. medio en la PSU de matemática. Si observa la tabla, verá que es muy difícil extraer información relevante de ella. Incluso preguntas simples como “¿cuál fue el puntaje más alto?” se hacen difíciles de responder. Por eso es necesario organizar estos datos.
% chapter fuentes_de_informaci_n (end)
%______________________________________________________________________________
%______________________________________________________________________________
\vfill
Todo el trabajo aquí expuesto está se encuentra disponible en el piazza de la asignatura, para su lectura seguir el siguiente enlace:
\begin{center}
\color[rgb]{0.01,0.33,0.58}
{\href{https://piazza.com/class/hihxrcwpx9r5ge?cid=4#}
{https://piazza.com/hsigrist/fall2013/1a/home}}
\end{center}
%______________________________________________________________________________
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment