Learn R Programming

ecd (version 0.6.4)

ecld.mu_D: mu_D of ecld

Description

The analytic solutions for risk-neutral drift. If analytic form doesn't exist, it uses integral of unit distribution. This is different from ecld.mgf where series summation is used.

Usage

ecld.mu_D(object, validate = TRUE)

Arguments

object
an object of ecld class
validate
logical, if true (default), stop when the result is NaN or infinite.

Value

numeric

Examples

Run this code
ld <- ecld(sigma=0.01*ecd.mp1)
ecld.mu_D(ld)

Run the code above in your browser using DataLab