This question evaluates proficiency in statistical inference for skewed count data, covering test selection for central tendency, negative binomial parameter estimation and zero-probability calculation, construction of confidence intervals for mean differences, and interpretation of p-values versus effect sizes within the Statistics & Math domain for a Data Scientist role. It is commonly asked to assess both conceptual understanding (assumptions, diagnostics, statistical versus practical significance, and multiple-testing considerations) and practical application (parameter solving, delta-method/GLM rationale, and robust effect-size estimation) when analyzing real-world count data.

Context: You have per-user daily session counts (integer, skewed, many zeros) for two independent cohorts: new users and existing users. Your goal is to compare central tendency across cohorts and quantify the difference.
Login required