new_quantile_pois: A more "continuous" approximation of quantiles from the...

View source: R/qq_env_small.R

new_quantile_poisR Documentation

A more "continuous" approximation of quantiles from the theoretical Poisson distribution.

Description

This function returns a data frame including the probability from cumulative distribution function (CDF) and corresponding quantiles.

Usage

new_quantile_pois(data, lambda)

Arguments

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).

Details

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.

Value

A data frame contains CDF probability and corresponding quantiles from the theoretical Poisson distribution.


scpoisson documentation built on Aug. 17, 2022, 9:05 a.m.