Log_likelihood: The log-likelihood of the non-homogenous Poisson process.

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Log_likelihood returns the value of the log-likelihood.

Usage

1

Arguments

data

Data frame with all records.

a, b

Parameters of the model.

Value

It returns the log likelihood.

Examples

1
2
df<- data.frame(t_1=c(10,60,100),t_2=c(20,80,130),obs=c(2,3,4))
Leaf_emrgence_rate(df,0.062,0.056)

holaanna/contactsimulator documentation built on Dec. 2, 2019, 2:39 a.m.