• 1
Votes
name

A PHP Error was encountered

Severity: Warning

Message: Undefined array key "userid"

Filename: views/question.php

Line Number: 212

Backtrace:

File: /home/statpmkj/public_html/application/views/question.php
Line: 212
Function: _error_handler

File: /home/statpmkj/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/statpmkj/public_html/index.php
Line: 315
Function: require_once

Suppose occurrences of sales on a small​ company's website are well modeled by a Poisson model with lambda  = 2/hour
.
​a) If a sale just​ occurred, what is the expected waiting time until the next​ sale?
​b) What is the probability that the next sale will happen in the next 18 ​minutes?

The expected waiting time until the next sale is  = 1/2 

Probability that the sale occurs in the next 18 minutes. 

If a discrete random variable can be modeled by a Poisson model with rate lambda
​, then the times between those events can be modeled by an exponential model with the same parameter lambda
.
To find the​ probability, use the cumulative distribution function of the exponential distribution given below.

  • 1
Reply Report