Fit a distribution to data
Approximates an empirical distribution with a theoretical one
fit_mle(d, x, ...)
d |
A probability distribution object such as those created by
a call to |
x |
A vector of data to compute the likelihood. |
... |
Unused. Unevaluated arguments will generate a warning to catch mispellings or other possible errors. |
A distribution (the same kind as d
) where the parameters
are the MLE estimates based on x
.
X <- Normal() fit_mle(X, c(-1, 0, 0, 0, 3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.