This question evaluates a candidate's competency in hypothesis testing, statistical inference, and event-level data preparation for analyzing differences between users' initial and subsequent video uploads.
You are given event-level data for a video-sharing product. Each record represents a published video with its duration and uploader. We want to determine whether a user's first uploaded video tends to be shorter than their subsequent uploads.
Assume you have a table like:
Describe how you would test the hypothesis that users’ initial video posts are shorter than their later uploads.
Specify:
Hints:
Login required