View source: R/estimate_pars.R
estimate_pars | R Documentation |
estimate_pars
estimates the distribution's
parameters using their maximum likelihood estimator. This estimate
is conditional on the current xmin value.
estimate_pars(m, pars = NULL)
m |
A reference class object that contains the data. |
pars |
default |
returns list.
data(moby_sample)
m = displ$new(moby_sample)
estimate_xmin(m)
m$setXmin(7)
estimate_pars(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.