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)

Arguments

data

A matrix of sampled data (rows = observations).

source

The distribution object that generated data.

n

The number of samples drawn.

Value

A realized_dist object.