Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Interfaces

Type aliases

Variables

Type aliases

Unary

Unary: (x: number) => number

Evaluates the logarithm of the probability density function (PDF) for a raised cosine distribution.

param

input value

returns

evaluated logPDF

Type declaration

    • (x: number): number
    • Parameters

      • x: number

      Returns number

Variables

logPDF

logPDF: LogPDF

Raised cosine distribution logarithm of probability density function (PDF).

param

input value

param

location parameter

param

scale parameter

returns

evaluated logPDF