Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "stats/base/dists/poisson/logpmf/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Unary

Unary: (x: number) => number

Evaluates the natural logarithm of the probability mass function (PMF) for a Poisson distribution.

param

input value

returns

evaluated PMF

Type declaration

    • (x: number): number
    • Parameters

      • x: number

      Returns number

Variables

logPMF

logPMF: LogPMF

Poisson distribution natural logarithm of probability mass function (PMF).

param

input value

param

mean parameter

returns

evaluated logPMF