Showing 12 results
Chi-Square Goodness of Fit
Calculate and visualize the Chi-Square test statistic. Compare expected vs observed dice rolls across categories and plot how deviations force the P-value into the rejection region.
Chi-Square Goodness of Fit
Calculate and visualize deviations from expected categorical frequencies. Generates the exact right-skewed Chi-Square distribution and P-Value tail.
t-Distribution vs Normal
Examine the heavy-tailed Student's t-distribution. Increase degrees of freedom (df) to watch it perfectly converge into the standard normal z-distribution.
Sampling Distributions (CLT)
Struggle with the Central Limit Theorem? Draw 10,000 samples from highly skewed or bimodal parent populations and watch the perfect normal bell curve emerge.
Residual Plots
Evaluate the appropriateness of Least Squares Regression Lines (LSRL). Detect curvilinear patterns, heteroscedasticity, and influential outliers.
Binomial Distribution
Model discrete probability distributions for fixed trials with $P(X=k) = inom{n}{k}p^k(1-p)^{n-k}$. Visualize how the number of trials and success probability affect the shape, mean $mu = np$, and standard deviation $sigma = sqrt{np(1-p)}$ of binomial distributions.
Boxplot & Outlier Visualizer
Visualize five-number summaries (minimum, Q1, median, Q3, maximum) in boxplots and identify outliers using the IQR rule. Explore how outliers beyond $Q1 - 1.5 imes IQR$ or $Q3 + 1.5 imes IQR$ affect data distribution and summary statistics.
Central Limit Theorem
Visualize how sampling distributions of means approach normality as sample size increases, regardless of population shape. Explore the CLT formula $sigma_{ar{x}} = rac{sigma}{sqrt{n}}$ and see how larger samples produce tighter distributions around the population mean.
Confidence Intervals
Construct confidence intervals using $ar{x} pm z^* rac{sigma}{sqrt{n}}$ to estimate population parameters. Visualize how confidence level, sample size, and variability affect interval width, and interpret what it means to be 95% confident about capturing the true parameter.
Hypothesis Testing
Conduct hypothesis tests by calculating test statistics and p-values to evaluate null hypotheses. Visualize Type I and Type II errors, significance levels, and the decision-making process for rejecting or failing to reject the null hypothesis based on sample evidence.
Least Squares Regression Line
Calculate the least squares regression line $hat{y} = a + bx$ that minimizes the sum of squared residuals. Visualize how the slope $b = rrac{s_y}{s_x}$ and intercept relate to correlation, and interpret the line's predictive power for bivariate data.
Scatter Plot & Correlation
Create scatter plots to visualize bivariate relationships and calculate correlation coefficient $r$ to measure linear association strength. Explore how outliers, direction, form, and strength affect correlation, and understand why correlation does not imply causation.