mseGBM: Mean square error between empirical PDF and time-dependent...

View source: R/gbm-family.R

mseGBMR Documentation

Mean square error between empirical PDF and time-dependent Gaussian

Description

The mean-square-error between the empirical PDF of daily log returns against a time-dependent GBM model. Used for numerical calibration to the empirical density.

Usage

mseGBM(theta, epdf, h, idynamics)

Arguments

theta

parameter to optimize

epdf

object returned from density(), the empirical probability density function.

h

time-scale

idynamics

the integrated mean and volatility functions, as a list

Details

Here the coefficients in the SDE dS_t=\mu(t) S_t dt +\sigma(t) S_t dB_t are assumed to be functions of time.

Value

numeric


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