TranHan_Project_4_Report

.pdf

School

The University of Oklahoma *

*We aren’t endorsed by this school

Course

2523

Subject

Industrial Engineering

Date

Apr 3, 2024

Type

pdf

Pages

4

Uploaded by tadthcuahan

Report
Project #4: Probability of Events Class: ECE 2523 Probs, Stats, Random Processes Fall 2023 Author: Han Tran (han.g.tran-1@ou.edu)
Project Report 1. Using the PMF obtained from the relative frequency approach, do you think you could give your boss an answer? After calculating the relative frequency PMF using the provided data, let check the probability of having more than 10 users in a one-second interval. We can see that the probability is significant, it indicates a higher likelihood of exceeding the specified threshold, so I can inform my boss about the potential issue of dropping users. Probability of dropping users (Relative Frequency): 0.5 2. Using the parametric approach, what is your new estimated 𝛼 for the question your boss asked you? In the code: alphaHat = mean(userData); The code calculates the mean of the userData, and this mean value (alphaHat) is used as an estimate for the parameter α in the Poisson distribution. This parameter represents the average rate of user connections. Alpha is 10.650 3. The code calculates the Poisson PMF using the estimated α (alphaHat) and determines the probability of having more than 10 users in a one-second interval. The result is stored in probabilityMoreThan10Poisson: 0.4977 4. Using the parametric method has the following advantages: Simplicity: Compared to the relative frequency approach, the Poisson distribution simplifies the model by requiring the estimation of a single parameter.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help