mle.st: Maximun likelihood estimation for a set of trees

Description Usage Arguments Value Author(s) Examples

View source: R/internal functions and objects.R View source: R/mle.st.R

Description

Calculation of a maximun likelihood estimation of a set of trees

Usage

1
mle.st(st, init_par = c(2, 1, 60), impsam = F, correction = TRUE)

Arguments

st

list with the set of trees

init_par

initial parameters on the optimization routine

impsam

set to TRUE if an importance sampling correction is needed

correction

this is the correction value, still theory pending

Value

MLE for lambda,mu and K

Author(s)

F. Richter M.

Examples

1
2
3
4
5
6
n=100
S = vector(mode='list',length = n)
for(i in 1:n){
  S[[i]] = sim.tree()$tree
}
mle.st(S)

franciscorichter/dmea02 documentation built on March 21, 2020, 3:46 a.m.