powered by
Log likelihood of T and it's derivatives (from stan)
llikT(x, df, mean = 0, sd = 1, full = FALSE)
data frame with fx for the log pdf value of with dDf
fx
dDf
dMean and dSd that has the derivatives with respect to the parameters at the observation time-point
dMean
dSd
Observation
degrees of freedom (\(> 0\), maybe non-integer). df = Inf is allowed.
df = Inf
Mean for the likelihood
Standard deviation for the likelihood
Add the data frame showing x, mean, sd as well as the fx and derivatives
Matthew L. Fidler
x <- seq(-3, 3, length.out = 21) llikT(x, 7, 0, 1) llikT(x, 15, 0, 1, full=TRUE)
Run the code above in your browser using DataLab