1. Predicting Server Request Intervals
Systems EngineerBackground
A web server receives an average of 0.5 requests per second. The engineer needs to know the probability of waiting exactly 3 seconds, or up to 3 seconds, for the next request.
Problem
Calculate the PDF, CDF, and survival probability for a 3-second waiting time.
How to use
Set Rate Lambda to 0.5 and Value to 3. Leave interval fields blank and set Decimal Places to 4.
Rate Lambda: 0.5, Value: 3, Decimal Places: 4Outcome
The tool outputs a JSON object showing a PDF of 0.1116, a CDF of 0.7769 (77.69% chance the request arrives within 3 seconds), and a survival probability of 0.2231.