Package <Unnamed>

Class Summary
bond_CIR  
bond_Interface  
bond_Main  
bond_Vasicek  
diff_CIR CIR interest rate model in differential form, where r is the short term risk free rate of return, dt is the time step differential, r is pulled back to the mu-level at a rate of alpha, a represents the function a(r)=alpha(mu-r) used in the SDEIntegrator.
diff_RB Rendleman and Barter interest rate model in differential form, where: r is the short term risk free rate of return, dt is the time step differential, r is pulled back to the mu-level at a rate of alpha, a represents the function a(r)=mu*r used in the SDEIntegrator.
diff_Vasicek Vasicek interest rate model in differential form, where r is the short term risk free rate of return, dt is the time step differential, r is pulled back to the mu-level at a rate of alpha, a represents the function a(r)=alpha(mu-r) used in the SDEIntegrator.
euro_opt_params  
euro_option_diff_CIR  
euro_option_diff_RB  
euro_option_diff_Vasicek  
euro_option_Vasicek  
Pair  
PlotPanel  
SDEIntegrator Integrates the stochastic equation: dX = a(X) dt + b(X) dW up to order 4, using the Ito-Taylor scheme and strong convergence.