View source: R/smoothed_empiric_distribution.R
| Smoothed.Empiric.Distribution | R Documentation |
Create an smoothed empiric distribution from a set of samples
Smoothed.Empiric.Distribution(
points,
weights = 1,
var.names = NULL,
bandwidth.multipliers = 1
)
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(),
Empiric.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(),
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.