mixture_drift: The drift coefficient function for a log-normal mixture...

View source: R/mixture-family.R

mixture_driftR Documentation

The drift coefficient function for a log-normal mixture diffusion

Description

The mixture drift coefficient is a weighted average of variances.

Usage

mixture_drift(t, x, param, truncation = 0.5/252)

Arguments

t

the current time

x

the current log-price

param

the matrix of component parameters by row, see details.

truncation

the truncation of time

Details

The argument param must be a square matrix with rows representing, in order, the probabilities, drifts, and volatilities of each component of the mixture.

Value

numeric matrix


shill1729/findistr documentation built on May 20, 2024, 9:43 a.m.