estimate_pars {poweRlaw} | R Documentation |
Estimates the distributions using mle.
Description
estimate_pars
estimates the distribution's
parameters using their maximum likelihood estimator. This estimate
is conditional on the current xmin value.
Usage
estimate_pars(m, pars = NULL)
Arguments
m |
A reference class object that contains the data. |
pars |
default |
Value
returns list.
Examples
data(moby_sample)
m = displ$new(moby_sample)
estimate_xmin(m)
m$setXmin(7)
estimate_pars(m)
[Package poweRlaw version 0.80.0 Index]