Method for constructing a summary_dist object.
summary_dist(name, mean, vcov, nobs = NULL)
Arguments
- name
The name of the distribution
- mean
The mean of the distribution
- vcov
The variance of the distribution
- nobs
The number of observations used to construct the distribution,
if applicable.
Value
A summary_dist object