Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "math/base/special/kernel-betainc/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment kernelBetainc

kernelBetainc: Routine

Evaluates the incomplete beta function and its first derivative.

Notes

  • The regularized and upper parameters specify whether to evaluate the non-regularized and/or upper incomplete beta functions, respectively.
  • If provided x < 0 or x > 1, the function returns [ NaN, NaN ].
  • If provided a < 0 or b < 0, the function returns [ NaN, NaN ].
param

function input

param

function parameter

param

function parameter

param

boolean indicating if the function should return the upper tail of the incomplete beta function instead

param

boolean indicating if the function should evaluate the regularized boolean beta function

returns

function value and first derivative