Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "stats/base/dists/pareto-type1/logcdf/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Unary

Unary: (x: number) => number

Evaluates the natural logarithm of the cumulative distribution function (CDF) for a Pareto (Type I) distribution.

param

input value

returns

evaluated logCDF

Type declaration

    • (x: number): number
    • Parameters

      • x: number

      Returns number

Variables

logCDF

logCDF: LogCDF

Pareto (Type I) distribution logarithm of cumulative distribution function (CDF).

param

input value

param

shape parameter

param

scale parameter

returns

evaluated logCDF