new_quantile_pois | R Documentation |
This function returns a data frame including the probability from cumulative distribution function (CDF) and corresponding quantiles.
new_quantile_pois(data, lambda)
data |
A numeric vector of sampled data points to compare with theoretical Poisson. |
lambda |
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.
A data frame contains CDF probability and corresponding quantiles from the theoretical Poisson distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.