Learn R Programming

rxode2ll (version 2.0.13)

llikF: log likelihood and derivatives for F distribution

Description

log likelihood and derivatives for F distribution

Usage

llikF(x, df1, df2, full = FALSE)

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

Arguments

x

variable that is distributed by f distribution

df1, df2

degrees of freedom. Inf is allowed.

full

Add the data frame showing x, mean, sd as well as the fx and derivatives

Author

Matthew L. Fidler

Examples

Run this code

x <- seq(0.001, 5, length.out = 100)

llikF(x^2, 1, 5)

Run the code above in your browser using DataLab