T Distribution (Not in Base Package)

Computes the one-sided probability, p, of the t-distributed random variable, Tn, with the specified degrees of freedom

where T is t-distributed, p is the probability, n is degrees of freedom, and x is the value.

x is the value of the t-distributed random variable.
degrees of freedom must be greater than zero: n > 0. If degrees of freedom is less than or equal to zero, the VI sets x to NaN and returns an error.
probability must be greater than or equal to zero and less than or equal to one (0.0 <= p <= 1.0). If probability is out of range, the VI sets x to NaN and returns an error.
error returns any error or warning condition from the VI.