int __stdcall NDK_TDIST_XKURT | ( | double | df, |
double * | retVal | ||
) |
Calculates the excess kurtosis of the student's t-distribution.
- Returns
- status code of the operation
- Return values
-
NDK_SUCCESS Operation successful NDK_FAILED Operation unsuccessful. See Macros for full list.
- Remarks
-
- Parameters
-
[in] df is the degrees of freedom of the student's t-distribution (v > 4). [out] retVal is the computed value. - Requirements
-
Header SFSDK.H Library SFSDK.LIB DLL SFSDK.DLL