logis_p1_lmnp {fitdistcp} | R Documentation |
One component of the second derivative of the normalized log-likelihood
Description
One component of the second derivative of the normalized log-likelihood
Usage
logis_p1_lmnp(x, t, v1, d1, v2, d2, v3, fd3, mm, nn, rr)
Arguments
x |
a vector of training data values |
t |
a vector or matrix of predictors |
v1 |
first parameter |
d1 |
the delta used in the numerical derivatives with respect to the parameter |
v2 |
second parameter |
d2 |
the delta used in the numerical derivatives with respect to the parameter |
v3 |
third parameter |
fd3 |
the fractional delta used in the numerical derivatives with respect to the parameter |
mm |
an index for which derivative to calculate |
nn |
an index for which derivative to calculate |
rr |
an index for which derivative to calculate |
Value
Scalar value
[Package fitdistcp version 0.1.1 Index]