The OpenD Programming Language

studentsTCDF

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

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

Parameters

x T

value to evaluate CDF

nu T

degrees of freedom

See Also

Meta