neg.log.like | R Documentation |
l(\lambda) = \log L(\lambda) = - \int_0^T\lambda(x) dx + \sum_{i=1}^n\log \lambda(x_i)
neg.log.like(params, data)
params |
A |
data |
A |
numeric
.
neg.log.like(c(1,1,1,1),c(1,2,3,4,5,6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.