Learn R Programming

poweRlaw (version 0.20.3)

estimate_pars: 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

Value

returns list.

Examples

Run this code
data(moby_sample)
m = displ$new(moby_sample)
estimate_xmin(m)
m$setXmin(7)
estimate_pars(m)

Run the code above in your browser using DataLab