Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "stats/base/dists/binomial/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 binomial distribution.

param

input value

returns

evaluated natural logarithm of the PMF

Type declaration

    • (x: number): number
    • Parameters

      • x: number

      Returns number

Variables

Export assignment logPMF

logPMF: LogPMF

Binomial distribution natural logarithm of the probability mass function (logPMF).

param

input value

param

number of trials

param

success probability

returns

evaluated logPMF