Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are computed.
Syntax
expression.T_Dist (Arg1, Arg2, Arg3)
expression A variable that represents a WorksheetFunction object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Arg1 | Required | Double | X - The numeric value at which to evaluate the distribution. |
| Arg2 | Required | Double | Deg_freedom - An integer that indicates the number of degrees of freedom. |
| Arg3 | Required | Boolean | Cumulative - A logical value that determines the form of the function. If cumulative is True, T_Dist returns the cumulative distribution function; if False, it returns the probability density function. |
Return value
Double
Remarks
If any argument is nonnumeric, T_Dist returns the #VALUE! error value.
If deg_freedom < 1, T_Dist returns the #NUM! error value.
If x < 0, T_Dist returns the #NUM! error value.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.