View source: R/empiric_distribution.R
| Empiric.Distribution | R Documentation |
This is a convenience alias for the formal constructor, new('Empiric_Distribution', ...)
Empiric.Distribution(points, weights = 1, var.names = NULL)
points |
A matrix of values, where each row represents one sample and each column represents one variable. If a numeric vector is passed, assumed to be samples from a univariate distribution |
weights |
A numeric vector of weights, one for each row in points |
var.names |
The names of the variables in the distribution. If NULL, uses the column names from points |
Other Distribution Constructors:
Autoregressive.Multivariate.Normal.Distribution(),
Bernoulli.Distribution(),
Beta.Distribution(),
Binomial.Distribution(),
Canonical.Mixture.Distribution(),
Compound.Symmetry.Multivariate.Normal.Distribution(),
Constant.Distribution(),
Discrete.Set.Distribution(),
Logitnormal.Distribution(),
Logitnormal.Mixture(),
Logituniform.Distribution(),
Lognormal.Distribution(),
Lognormal.Mixture(),
Loguniform.Distribution(),
Multivariate.Correlated.Uniform.Distribution(),
Multivariate.Logitnormal.Distribution(),
Multivariate.Lognormal.Distribution(),
Multivariate.Normal.Distribution(),
Normal.Distribution(),
Normal.Mixture(),
Smoothed.Empiric.Distribution(),
Transformed.Multivariate.Normal.Distribution(),
Transformed.Normal.Distribution(),
Transformed.Normal.Mixture(),
Uniform.Distribution(),
Univariate.Canonical.Distribution(),
join.distributions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.