ADMB Documentation
-a65f1c97
|
Student T density functions. More...
#include "statsLib.h"
Go to the source code of this file.
Functions | |
dvariable | dstudent_t (const dvar_vector &residual, const dvar_vector &df) |
Student T density functions.
This file contains the negative loglikelihood functions for the Students'-T distribution. The function dstudent_t is overloaded to accommodate variable and data objects.
The negative log likelihood function is implemented as:
where is the degrees of freedom and is the residual.
Definition in file studentT.cpp.
dvariable dstudent_t | ( | const dvar_vector & | residual, |
const dvar_vector & | df | ||
) |
residual | dvar_vector vector of residual differences |
df | dvar_vector for the degrees of freedom |
Definition at line 38 of file studentT.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |