unifed.mle: Maximum Likelihood Estimate for the unifed distribution

Description Usage Arguments Examples

View source: R/unifed.mle.R

Description

Maximum Likelihood Estimate for the unifed distribution

Usage

1

Arguments

x

A numeric vector with values in the interval [0,1].

Computes the maximum likelihood estimator of the canonical parameter of the unifed distribution. It is assumed that the elements of x come from independent and identically distributed unifed random variables.

Examples

1
2
a.unifed.sample <- runifed(1000,10)
theta.mle <- unifed.mle(a.unifed.sample)

unifed documentation built on Jan. 31, 2022, 1:07 a.m.