View source: R/get_distribution.R
| get_distribution.fars_density | R Documentation |
fars_density ObjectExtracts the distribution from a fars_density object.
## S3 method for class 'fars_density'
get_distribution(object, ...)
object |
An object of class |
... |
Further arguments (ignored). |
A matrix containing the random draws from the fitted skew-t distribution if available, otherwise NULL.
fars_density_result <- compute_density(quantiles = matrix(rnorm(100 * 5), nrow = 100, ncol = 5))
get_distribution(fars_density_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.