hpp.mle: Get the maximum-likelihood rate parameter of an HPP...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/poisson.R

Description

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

Usage

1
hpp.mle(x, T1)

Arguments

x

a vector of HPP event times

T1

Calculate MLE at this time

Value

Returns a numeric value, the maximum-likelihood rate parameter

Author(s)

Kristian Brock - Author, Daniel Slade - Contributor

See Also

hpp.lik, nhpp.mle

Examples

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

Example output

[1] 5

poisson documentation built on May 2, 2019, 6:53 a.m.