StatLib.VNoncentralT

This function computes the quantile (or inverse of the cdf) of the noncentral t distribution.

Syntax Parameters Return Value
Function StatLib.VNoncentralT( _
    p As Double, _
    df As Double, _
    ncp As Double) As Double
  • p [in]

Type: Double

  • df [in]

Type: Double

  • ncp [in]

Type: Double

Double