StatLib.Student

This function is Student's t distribution of x, with df degrees of freedom.

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

Type: Double

  • df [in]

Type: Double

Double