50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


distr6 (version 1.3.3)

cf: Characteristic Function

Description

Characteristic function of a distribution

Usage

cf(object, t)

Arguments

object

Distribution.

t

integer to evaluate characteristic function at.

Value

Characteristic function evaluated at t as a numeric.

R6 Usage

$cf(t)

Details

The characteristic function is defined by cfX(t)=EX[exp(xti)] where X is the distribution and EX is the expectation of the distribution X.

If an analytic expression isn't available, returns error. To impute a numerical expression, use the CoreStatistics decorator.

See Also

CoreStatistics and decorate