StatLib.RndNoncentralT

This function generates a random number from the noncentral t distribution.

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

Type: Double

  • ncp [in]

Type: Double

Double