IDAX.PT_H - High-tail cumulative t-student distribution

The PT_H function returns the probability that the value of a variable that follows the t-student distribution is greater than x.

Syntax

IDAX.PT_H(DOUBLE x, INT8 df)

Parameter descriptions

x
Mandatory.
The value that is to be computed.
Data type: DOUBLE
df
Mandatory.
The number of degrees of freedom.
Min: 1
Data type: INT8

Returned information

DOUBLE the cumulative probability distribution from minus infinity to point x.