iterate: Fit parameters

Description Usage Arguments Details Value Author(s)

View source: R/calculate.r

Description

This function finds appropriate values for alpha, using a fixed beta=0.5, and calculates the estimate.

Usage

1
iterate(object, ...)

Arguments

object

Density estimate.

...

Sent to the internal function get_log_likelihood.

Details

To identify a suitable range for alpha containing the bulk of its posterior probability, a rough logarithmically spaced grid is searched. The returned interval is searched again to yield more accurate endpoints, and finally a fine linearly spaced grid is used for the final density estimate.

Value

An ADEBA estimate with increased number of iterations.

Author(s)

Christofer B<c3><a4>cklin


adeba documentation built on May 2, 2019, 3:21 a.m.

Related to iterate in adeba...