This function returns a data frame including the probability from cumulative distribution function (CDF) and corresponding quantiles.
new_quantile_pois(data, lambda)
A data frame contains CDF probability and corresponding quantiles from the theoretical Poisson distribution.
A numeric vector of sampled data points to compare with theoretical Poisson.
A numeric value for theoretical Poisson distribution parameter (equal to mean).
This is a function developed to get corresponding quantiles from theoretical Poisson distribution. The data points ranges from 0 to maximum value of sampled data used to compare with the theoretical Poisson distribution.