matician - v2.0.0
    Preparing search index...

    Class LogNormal

    Class representing the Log-Normal distribution. If X ~ LogNormal(μ, σ²), then ln(X) ~ Normal(μ, σ²).

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Cumulative distribution function (CDF)

      Parameters

      • x: number

        Value (x > 0)

      Returns number

      Cumulative probability up to x

    • Probability density function (PDF)

      Parameters

      • x: number

        Value (x > 0)

      Returns number

      Probability density at x