Description Usage Arguments Value Examples
Cost function for Negbin models
1 | cost_negbin(v)
|
v |
vector of data points |
the optimal cost value
1 2 3 | cost_negbin(c(0,1,2))
cost_negbin(c(1,1,1))
cost_negbin(c(1,1,1,2,2,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.