Learn R Programming

extras (version 0.10.0)

prob_gamma: Gamma Cumulative Distribution Function

Description

Gamma Cumulative Distribution Function

Usage

prob_gamma(x, shape = 1, rate = 1)

Value

An numeric vector of the corresponding probabilities.

Arguments

x

A numeric vector of quantiles.

shape

A non-negative numeric vector of shape.

rate

A non-negative numeric vector of rate.

See Also

Other prob_dist: prob_bern(), prob_beta(), prob_beta_binom(), prob_binom(), prob_exp(), prob_gamma_pois(), prob_gamma_pois_zi(), prob_lnorm(), prob_neg_binom(), prob_norm(), prob_pois(), prob_pois_zi(), prob_skewlnorm(), prob_skewnorm(), prob_student(), prob_unif()

Examples

Run this code
prob_gamma(c(0, 1, 2), 1, 2)

Run the code above in your browser using DataLab