View source: R/laplace_functions.R
plaplace | R Documentation |
Cumulative distribution function (CDF) of the Laplace distribution
plaplace(q, location = 0, scale = 1)
q |
Values for which to calculate the cumulative distribution. |
location |
Location parameter of the Laplace distribution (default = 0). |
scale |
Scale parameter of the Laplace distribution (default = 1). |
Vector of calculated cumulative distributions.
plaplace(0, 0, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.