Exponential: Defines a probability space for an exponential distribution....

Description Usage Arguments

View source: R/distributions.R

Description

Defines a probability space for an exponential distribution. Only one of scale or rate should be set. (The scale is the inverse of the rate.)

Usage

1
Exponential(rate = 1, scale = NULL)

Arguments

rate

double; rate parameter for gamma distribution (often symbolized lambda)

scale

double; scale parameter for gamma distribution (often symbolized beta = 1 / lambda)


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.