negLL.PLB | R Documentation |
Calculate the negative log-likelihood of the parameters b
, xmin
and
xmax
given data x
for the PLB model. Returns the negative
log-likelihood. Will be called by nlm()
or similar. xmin
and xmax
are just estimated as the min and max of the data, not numerically using likelihood.
negLL.PLB(b, x, n, xmin, xmax, sumlogx)
b |
value of |
x |
vector of values of data (e.g. masses of individual fish) |
n |
|
xmin |
minimum value of |
xmax |
maximum value of |
sumlogx |
|
negative log-likelihood of the parameters given the data
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.