The OpenD Programming Language

laplaceCDF

Computes the Laplace cumulative distribution function (CDF).

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

Parameters

x T

value to evaluate CDF

See Also

Meta