Problem 2: Using R
and SOCR,
generate 100 random observations from uniform(-1,1),
normal(0,1)
and exponential(1)
distributions. Then Use the SOCR
QQ Data-Data Plot to compare the paired samples, i.e., for each
distribution, plot the quantiles of the R-generated sample against
the SOCR generated sample. What do you expect and what do you see?
Explain.
Problem 3: The Poisson distribution with parameter λ
can be approximated with normal when λ is large.
Suppose patients arrive at a hospital at a rate of 50 per day.
Let’s assume that the process is a Poisson random variable with λ=50.
Compute the probability that in the next day the number of patients that arrive at this
hospital will be between 54 and 62.
Use the SOCR Normal (N(μ=50,σ=7.071)) and
Poisson (Poisson(λ=50))distribution calculators.