support.Normal | R Documentation |
Return the support of the Normal distribution
## S3 method for class 'Normal'
support(d, drop = TRUE, ...)
d |
An |
drop |
logical. Should the result be simplified to a vector if possible? |
... |
Currently not used. |
In case of a single distribution object, a numeric vector of length 2
with the minimum and maximum value of the support (if drop = TRUE
, default)
or a matrix
with 2 columns. In case of a vectorized distribution object, a
matrix with 2 columns containing all minima and maxima.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.