View source: R/univariate_dist.R
| vcov.univariate_dist | R Documentation |
univariate_dist object.Method for obtaining the variance of univariate_dist object.
## S3 method for class 'univariate_dist'
vcov(object, ...)
object |
The distribution object. |
... |
Additional arguments to pass into |
Numeric scalar; the variance of the distribution.
vcov(normal(0, 4)) # 4
vcov(exponential(2)) # 0.25
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.