Learn R Programming

poisson (version 1.0)

hpp.mle: Get the maximum-likelihood rate parameter of an HPP (homogenous Poisson process)

Description

Get the maximum-likelihood rate parameter for given HPP event times.

Usage

hpp.mle(x, T1)

Arguments

x
a vector of HPP event times
T1
Calculate MLE at this time

Value

See Also

hpp.lik, nhpp.mle

Examples

Run this code
X = c(0.17, 0.39, 0.63, 0.78, 0.99)
hpp.mle(X, T1=1)

Run the code above in your browser using DataLab