gauss0 | R Documentation |
Centred Gaussian distribution
dgauss0(x, sigma = 1, log = FALSE)
pgauss0(q, sigma = 1)
qgauss0(p, sigma = 1)
rgauss0(n, sigma = 1)
x |
vector of values. |
sigma |
scale parameter. |
log |
flag for log density. |
q |
vector of quantiles. |
p |
vector of probabilities. |
n |
number of observations. |
A vector of density, distribution function, quantile or random values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.