- dofDegrees of freedom.C++ Type:unsigned int Controllable:No Description:Degrees of freedom. 
Student t-distribution
Student t-distribution
Overview
This object defines a student t-distribution with one degree of freedom parameter "dof" (). The probability density function and cumulative distribution function are defined in Eq. (1) and Eq. (2), respectively.
(1)(2)where . is the beta function and is the regularized incomplete beta function, see Beta Distribution for more details.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.C++ Type:std::vector<std::string> Controllable:No Description:Adds user-defined labels for accessing object parameters via control logic. 
- enableTrueSet the enabled status of the MooseObject.Default:True C++ Type:bool Controllable:No Description:Set the enabled status of the MooseObject.