The OpenD Programming Language

studentsTCCDF

Computes the Student's t complementary cumulative distribution function (CCDF).

  1. T studentsTCCDF(T x, T nu)
    @safe pure nothrow @nogc
    T
    studentsTCCDF
    (
    T
    )
    (
    const T x
    ,
    const T nu
    )
    if (
    isFloatingPoint!T
    )
  2. T studentsTCCDF(T x, T nu, T mean, T stdDev)

Parameters

x T

value to evaluate CCDF

nu T

degrees of freedom

See Also

Meta