Exploratory Data Analysis for Univariate Quantitative Data
Statistical Analysis Process and Variable Types
Process of Statistical Analysis:
Identify the population and the parameter of interest ().
Collect sample data.
Posit a statistical model based on sample information.
Draw inference about the population parameter using the model.
Note: Sample statistics () are related to population parameters (), but .
Types of Variables:
Continuous Quantitative: Can take any numerical value, including decimals (e.g., percentage of bone density loss).
Discrete Quantitative: Can take only specific, fixed numerical values (e.g., count of bedrooms).
Categorical: Takes values from a fixed set of non-numerical categories (e.g., college of major).
Graphical Tools for Exploratory Data Analysis
Histogram:
Groups quantitative data into specified bin ranges and plots counts per bin.
Always described using Shape, Center, and Spread.
Sensitive to bin size selection.

Density Plot:
A smooth, continuous representation of a histogram.
Total area under the density curve is exactly .
Boxplot:
A visual plot of the 5-number summary (, , , , ).
Numerical Summaries
Measures of Center:
Mean (): The balancing point of the histogram:
Median (): The middle value dividing the data such that lies below and lies above.
Mode: The peak location corresponding to the most frequent value.
Measures of Spread:
Standard Deviation (): Represents the average distance of data points from the mean:
Interquartile Range (): Measures the spread of the middle of observations:
Range: Distance between extremes ().
Properties: Spread is always , equals only when all values are identical, and shares the same units as the original data.
Measures of Shape:
Skewness: Quantifies symmetry within range .
: Left-skewed distribution.
: Right-skewed distribution.
: Approximately symmetric distribution.

Outliers and Selection of Descriptive Statistics
Outlier Detection ( Rule):
An observation is an outlier if: or

Selecting Summary Measures:
Mean chases outliers and Standard Deviation becomes inflated by extreme values.
Presence of outliers or strong skewness: Use Median and IQR.
Absence of outliers and strong skewness: Use Mean and Standard Deviation.