boutsMLEll.chooser | R Documentation |
This function defines a closure, where x
will be the object
passed to it.
boutsMLEll.chooser(x, x0, transformed = TRUE)
.bouts2MLEll(x, p, lambda0, lambda1)
.bouts3MLEll(x, p0, p1, lambda0, lambda1, lambda2)
x |
numeric vector of independent data to be described by the function. |
x0 |
numerical one-dimensional vector of coefficients. |
transformed |
logical indicating whether coefficients need to be transformed back to original scale to compute the negative log likelihood. |
p , lambda0 , lambda1 |
numeric: parameters of the model. |
p0 , p1 , lambda2 |
numeric: parameters of the model. |
ll.chooser
returns the negative log likelihood function
of the joint distribution.
numeric vector
numeric vector
.bouts2MLEll
: Log likelihood function in a 2-process Poisson
mixture
.bouts3MLEll
: Log likelihood function in a 3-process Poisson
mixture
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.