Skip to content

ruslanleker1663/stroller-statistic-rullers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

πŸ‘Ά Stroller Statistics Rullers Project (v1.0)

Project Version Field of Study License: MIT

An empirical research project applying core statistical methodologies to investigate, clean, and model consumer data within the baby stroller industry. This study evaluates the explicit relationship between commercial pricing structures, mechanical properties, and real-world consumer satisfaction.


🎯 Project Overview

Baby strollers represent a major financial investment for families, with prices spanning from budget tier options to high-end luxury models. This project bridges data science and market analysis to discover whether premium pricing inherently scales with consumer satisfaction, or if specific categories (such as Jogging or Travel Systems) offer superior utility per dollar.

Core Objectives

  • Data Harvesting: Compiling structural product variables across a sample size of $n \ge 30$ unique stroller models.
  • Exploratory Data Analysis (EDA): Visualizing features, identifying outliers, and analyzing distribution normality.
  • Inferential Modeling: Using Simple Linear Regression and Hypothesis testing to determine structural value patterns.

πŸ“Š Variable Schema & Data Dictionary

The data framework captures both quantitative and qualitative variables to construct a balanced model:

Variable Profile Data Type Operational Definition
Price ($X$) Quantitative (Continuous) Independent variable tracking retail MSRP in USD.
Customer Rating ($Y$) Quantitative (Continuous) Dependent variable tracking aggregate consumer score (1.0–5.0 stars).
Weight Quantitative (Continuous) Physical net weight of the stroller chassis measured in lbs/kg.
Stroller Type Qualitative (Categorical) Classification groupings: Standard, Jogging, Lightweight, Double.
Brand Tier Qualitative (Categorical) Grouped economic classifications: Economy, Mid-Range, Premium.

πŸ“ˆ Statistical Implementation Framework

1. Outlier Identification (IQR Rule)

To prevent extreme luxury entries or anomalous data rows from skewing the descriptive metrics, data points are filtered using the strict Interquartile Range criteria: $$\text{Lower Bound} = Q_1 - 1.5 \times \text{IQR}$$ $$\text{Upper Bound} = Q_3 + 1.5 \times \text{IQR}$$

2. Linear Regression Strategy

The primary hypothesis tests if a product's price predictably determines its consumer evaluation metrics using an Ordinary Least Squares (OLS) model: $$Y = \beta_0 + \beta_1X + \epsilon$$

  • Null Hypothesis ($H_0$): Price has no predictive power over user rating ($\beta_1 = 0$).
  • Alternative Hypothesis ($H_a$): Price significantly impacts user rating trends ($\beta_1 \neq 0$).
  • Alpha Threshold: Tested strictly at $\alpha = 0.05$.

πŸ› οΈ Setup, Requirements, and Execution

Project Prerequisites

Ensure your local analysis system has the following core runtime environments configured:

  • Next Js or R Environment v4.0+
  • Analysis Libraries: pandas, numpy, scipy, matplotlib, seaborn

Installation Steps

  1. Clone the repository locally:
    git clone [https://github.com/ruslanleker1663/stroller-statistic-rullers.git](https://github.com/ruslanleker1663/stroller-statistic-rullers.git)
    cd stroller-statistic-rullers

About

In this project, you will apply core statistical methodologies to investigate and analyze data within the baby stroller industry.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors