if output = TRUE write a output to an Excel (.csv).
Value
data.frame(time,x) and plot of process.
Details
The Chan-Karolyi-Longstaff-Sanders (CKLS) family of models is a class of parametric stochastic differential equations widely used in many finance applications, in particular to model interest rates or asset prices.
The CKLS process solves the stochastic differential equation : $$dX(t) = (r + theta * X(t))*dt + sigma *X(t)^gamma * dW(t)$$
With (r + theta * X(t)) :drift coefficient and sigma* X(t)^gamma :diffusion coefficient, W(t) is Wiener process, the discretization dt = (T-t0)/N.
This CKLS model is a further extension of the Cox-Ingersoll-Ross model and hence embeds all previous models.
The CKLS model does not admit an explicit transition density unless r = 0 or gamma = 0.5. It takes values in (0, + lnf) if r,theta > 0, and gamma > 0.5. In all cases, sigma is assumed to be positive.
See Also
CEV Constant Elasticity of Variance Models, CIR Cox-Ingersoll-Ross Models, CIRhy modified CIR and hyperbolic Process, DWP Double-Well Potential Model, GBM Model of Black-Scholes, HWV Hull-White/Vasicek Models, INFSR Inverse of Feller s Square Root models, JDP Jacobi Diffusion Process, PDP Pearson Diffusions Process, ROU Radial Ornstein-Uhlenbeck Process, diffBridge Diffusion Bridge Models, snssde Simulation Numerical Solution of SDE.