Empiric_Distribution | R Documentation |
A class that defines a distribution based on a set of samples from that distribution. Treats the samples as coming from a discrete distribution. For a continuous representation, see Smoothed_Empiric_Distribution
points
A matrix containing the samples
weights
A numeric vector with the weight given to each row in points. Sum to 1
n.points
The number of rows in points
Smoothed_Empiric_Distribution, create.empiric.distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.