powered by
Generic Function to Extract Distribution
get_distribution(object, ...)
A matrix containing the random draws from the fitted skew-t distribution.
An object from which to extract the distribution.
Additional arguments (ignored).
# \donttest{ fars_density_result <- compute_density( quantiles = matrix(rnorm(100 * 5), nrow = 100, ncol = 5) ) get_distribution(fars_density_result) # }
Run the code above in your browser using DataLab