Central limit theorem [probability]

Click For Summary
SUMMARY

The central limit theorem is applied to estimate the smallest capacity C for a web server to handle requests without exceeding a 0.025 probability of overload, given that the number of requests follows a Poisson distribution with an expected value of 360. The correct capacity C is determined to be approximately 398 when rounded, based on the Poisson distribution and numerical solutions. The initial calculation of 397.1884 is close but requires rounding to achieve the correct integer value.

PREREQUISITES
  • Understanding of Poisson distribution and its properties
  • Familiarity with the central limit theorem
  • Knowledge of Z-scores and Z-tables
  • Basic numerical methods for solving equations
NEXT STEPS
  • Study Poisson distribution applications in web traffic analysis
  • Learn about the central limit theorem and its implications in statistics
  • Explore numerical methods for solving statistical problems
  • Investigate how to use incomplete Gamma functions in probability calculations
USEFUL FOR

Statisticians, data analysts, web developers, and anyone involved in performance optimization of web servers will benefit from this discussion.

brokeninside
Messages
3
Reaction score
0
1. In any one-minute interval, the number of requests for a popular Web page is a Poisson random variable with expected value 360 requests.

A Web server has a capacity of C requests per minute. If the number of requests in a one-minute interval is greater than C the server is overloaded. Use the central limit theorem to estimate the smallest value of C for which the probability of overload is less than 0.025.

Because it's a Poisson distribution then E[X] = 360 = alpha = Var[X]
I'm using a Z table, so at 0.5-0.025 = 0.475, Z = 1.96
so Phi((x-360/sqrt(360)) = 1.96
and I get x = 397.1884 which is wrong.

am I on the right track, or completely off?
 
Physics news on Phys.org
brokeninside said:
1. In any one-minute interval, the number of requests for a popular Web page is a Poisson random variable with expected value 360 requests.

A Web server has a capacity of C requests per minute. If the number of requests in a one-minute interval is greater than C the server is overloaded. Use the central limit theorem to estimate the smallest value of C for which the probability of overload is less than 0.025.

Because it's a Poisson distribution then E[X] = 360 = alpha = Var[X]
I'm using a Z table, so at 0.5-0.025 = 0.475, Z = 1.96
so Phi((x-360/sqrt(360)) = 1.96
and I get x = 397.1884 which is wrong.

am I on the right track, or completely off?

I don't see anything glaringly wrong. What are you given as the right answer?
 
I'm not given a correct answer, my webwork just tells me if my answer is right or wrong and I get a certain number of tries.
 
brokeninside said:
1. In any one-minute interval, the number of requests for a popular Web page is a Poisson random variable with expected value 360 requests.

A Web server has a capacity of C requests per minute. If the number of requests in a one-minute interval is greater than C the server is overloaded. Use the central limit theorem to estimate the smallest value of C for which the probability of overload is less than 0.025.

Because it's a Poisson distribution then E[X] = 360 = alpha = Var[X]
I'm using a Z table, so at 0.5-0.025 = 0.475, Z = 1.96
so Phi((x-360/sqrt(360)) = 1.96
and I get x = 397.1884 which is wrong.

am I on the right track, or completely off?

Your solution method is OK. Your answer is only a very little bit wrong. The exact answer, using the Poisson and solving numerically, is C = 398.1530823, which we should round up to 399. You should round yours up to 398.

RGV
 
Ah okay. Thank you!
 
brokeninside said:
Ah okay. Thank you!

Actually, your solution is more-or-less exact; in my previous response I mistakenly used C-1 instead of C. The precise solution, using the exact Poisson distribution, is C = 397.15308; this expresses P{X > C} = P{X >= C+1} in terms of incomplete Gamma functions, and so makes sense even for non-integer C. So, the usable solution is to round up to 398. Your normal approximation of 397.1884 is very close tot the exact, and rounds up to exactly the same integer 398.

RGV
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 1 ·
Replies
1
Views
982
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
5K