llikF {rxode2ll} | R Documentation |
log likelihood and derivatives for F distribution
Description
log likelihood and derivatives for F distribution
Usage
llikF(x, df1, df2, full = FALSE)
Arguments
x |
variable that is distributed by f distribution |
df1 , df2 |
degrees of freedom. |
full |
Add the data frame showing x, mean, sd as well as the fx and derivatives |
Value
data frame with fx
for the log pdf value of with dDf1
and dDf2
that has the derivatives with respect to the df1
/df2
parameters at
the observation time-point
Author(s)
Matthew L. Fidler
Examples
x <- seq(0.001, 5, length.out = 100)
llikF(x^2, 1, 5)
[Package rxode2ll version 2.0.11 Index]