compute_pin: Computes the probability of informed trading

Description Usage Arguments Value References See Also Examples

Description

Calling compute_pin() computes the probability of informed trading (PIN) from the EKOP model for provided parameters. See Easley et al. (1996) for details.

Usage

1
compute_pin(alpha, epsilon, mu)

Arguments

alpha

A double specifying the probability of an information event.

epsilon

A double specifying the arrival rate of uninformed traders.

mu

A double specifying the arrival rate of informed traders.

Value

The probability of informed trading.

References

See Also

Examples

1
compute_pin(.2, .25, .01)

simonsays1980/bayespin documentation built on Dec. 23, 2021, 2:25 a.m.