Learn R Programming

prevtoinc (version 0.12.0)

pois_dist_fct: Probability mass function for a Poisson distribution shifted by one and resulting expected value 8

Description

Probability mass function for a Poisson distribution shifted by one and resulting expected value 8

Usage

pois_dist_fct(x)

Arguments

x

vector of positive integer values to evaluate

Examples

Run this code
# NOT RUN {
plot(pois_dist_fct(1:100))

# }

Run the code above in your browser using DataLab