View source: R/realized_dist.R
| realized_dist | R Documentation |
A realized_dist is an empirical_dist that preserves
provenance: it remembers the source distribution that generated its
samples. All empirical_dist methods work unchanged via S3
inheritance.
realized_dist(data, source, n)
data |
A matrix of sampled data (rows = observations). |
source |
The distribution object that generated |
n |
The number of samples drawn. |
A realized_dist object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.