GammaProcess - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Finance

  

GammaProcess

  

create new Gamma process

 

Calling Sequence

Parameters

Description

Examples

References

Compatibility

Calling Sequence

GammaProcess(mu, sigma)

Parameters

mu

-

real constant; mean parameter

sigma

-

real constant; variance parameter

Description

• 

The GammaProcess command creates a Gamma process with the specified parameters. The Gamma process Gt with mean parameter mu and variance parameter sigma is a continuous-time process with stationary, independent gamma increments such that for any 0<h, Gt+hGt has a Gamma distribution with shape parameter μ2hσ and scale parameter σμ.

• 

The parameter mu is the mean. The parameter sigma is the variance.

Examples

withFinance&colon;

μ1&colon;σ3&colon;

GGammaProcessμ&comma;σ&colon;

PathPlotGt&comma;t=0..3&comma;timesteps=100&comma;replications=10&comma;thickness=3&comma;axes=BOXED&comma;gridlines=true

ExpectedValueG3&comma;replications=104

value=2.376349494&comma;standarderror=0.01792180394

(1)

SSampleValuesG2G1.98&comma;timesteps=102&comma;replications=103

The variance gamma process, introduced by Madan and Seneta, is the difference of two independent gamma processes representing the up and down movements of the underlying asset.

XuGammaProcess1&comma;3&colon;

XdGammaProcess0.9&comma;3&colon;

XtXutXdt

XtXutXdt

(2)

PathPlotXt&comma;t=0..3&comma;timesteps=20&comma;replications=5&comma;thickness=2&comma;axes=BOXED&comma;gridlines=true

References

  

Glasserman, P., Monte Carlo Methods in Financial Engineering. New York: Springer-Verlag, 2004.

Compatibility

• 

The Finance[GammaProcess] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[BlackScholesProcess]

Finance[CEVProcess]

Finance[Diffusion]

Finance[Drift]

Finance[ExpectedValue]

Finance[GeometricBrownianMotion]

Finance[ItoProcess]

Finance[PathPlot]

Finance[SamplePath]

Finance[SampleValues]

Finance[StochasticProcesses]

Finance[WienerProcess]