Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "stats/base/dists/triangular/logpdf/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Unary

Unary: (x: number) => number

Evaluates the natural logarithm of the probability density function (PDF) for a triangular distribution.

param

input value

returns

evaluated natural logarithm of the PDF

Type declaration

    • (x: number): number
    • Parameters

      • x: number

      Returns number

Variables

logPDF

logPDF: LogPDF

Triangular distribution natural logarithm of the probability density function (logPDF).

param

input value

param

lower limit

param

upper limit

param

mode

returns

evaluated logPDF