powered by
log likelihood and derivatives for F distribution
llikF(x, df1, df2, full = FALSE)
data frame with fx for the log pdf value of with dDf1 and dDf2
fx
dDf1
dDf2
that has the derivatives with respect to the df1/df2 parameters at the observation time-point
df1
df2
variable that is distributed by f distribution
degrees of freedom. Inf is allowed.
Inf
Add the data frame showing x, mean, sd as well as the fx and derivatives
Matthew L. Fidler
x <- seq(0.001, 5, length.out = 100) llikF(x^2, 1, 5)
Run the code above in your browser using DataLab