Description Usage Arguments Value Author(s) References See Also Examples
Suppose n univariate observations are sampled from a density f(x-m) where
m is the location parameter and f is an unknown symmetric density. This function computes
a one step estimator to estimte m. This estimator uses
the log-concave MLE estimator from the package logcondens.mode
to estimate f.
1 | MLE_location(x, alpha = 0.05)
|
x |
An array of length n; represents the data. |
alpha |
The confidence level for the confidence bands. An (1-alpha) percent confidence interval is constructed. Alpha should lie in the interval (0, 0.50). The default value is 0.05. |
A list of length two.
estimate:
A scalar.
CI:
A vector of length two.
Nilanjana Laha (maintainer), nlaha@hsph.harvard.edu.
Laha N. (2020). Location estimation for symmetric and log-concave densities. submitted.
1 | x <- rnorm(100); MLE_location(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.