if output = TRUE write a output to an Excel (.csv).
Value
data.frame(time,x) and plot of process.
Details
The Constant Elasticity of Variance (CEV) model also derives directly from the linear drift class, the discretization dt = (T-t0)/N.
The stochastic differential equation of CEV is : $$dX(t) = mu * X(t)* dt + sigma * X(t)^gamma *dW(t)$$ with mu * X(t) :drift coefficient and sigma * X(t)^gamma :diffusion coefficient, W(t) is Wiener process.
This process is quite useful in modeling a skewed implied volatility. In particular,for gamma < 1, the skewness is negative, and for gamma > 1 the skewness is positive. For gamma = 1, the CEV process is a particular version of the geometric Brownian motion.
See Also
CIR Cox-Ingersoll-Ross Models, CIRhy modified CIR and hyperbolic Process, CKLS Chan-Karolyi-Longstaff-Sanders Models, 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.