The OpenD Programming Language

laplaceCCDF

Computes the Laplace complementary cumulative distribution function (CCDF).

  1. T laplaceCCDF(T x)
    @safe pure nothrow @nogc
    T
    laplaceCCDF
    (
    T
    )
    (
    const T x
    )
    if (
    isFloatingPoint!T
    )
  2. T laplaceCCDF(T x, T location, T scale)

Parameters

x T

value to evaluate CCDF

See Also

Meta