Learn R Programming

rxode2ll (version 2.0.13)

llikChisq: log likelihood and derivatives for chi-squared distribution

Description

log likelihood and derivatives for chi-squared distribution

Usage

llikChisq(x, df, full = FALSE)

Value

data frame with fx for the log pdf value of with dDf

that has the derivatives with respect to the df parameter the observation time-point

Arguments

x

variable that is distributed by chi-squared distribution

df

degrees of freedom (non-negative, but can be non-integer).

full

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

Author

Matthew L. Fidler

Examples

Run this code

llikChisq(1, df = 1:3, full=TRUE)

llikChisq(1, df = 6:9)

Run the code above in your browser using DataLab