Options
All
  • Public
  • Public/Protected
  • All
Menu

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

param

input value

returns

evaluated natural logarithm of the PMF

Type declaration

    • (x: number): number
    • Parameters

      • x: number

      Returns number

Variables

logPMF

logPMF: LogPMF

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

param

input value

param

population size

param

subpopulation size

param

number of draws

returns

evaluated logPMF