|
From: Luigi B. <lui...@gm...> - 2020-06-05 08:21:30
|
Hello,
the CIR process has been added recently (
https://github.com/lballabio/QuantLib/pull/824) but it's not yet in a
release. It will be in version 1.19. In the meantime, you can check out
the development version from git master and compile it.
Hope this helps,
Luigi
On Tue, May 19, 2020 at 8:40 PM stefano pignataro via QuantLib-users <
qua...@li...> wrote:
> hello,
>
> is it possible to simulate the CIR (cox ingersoll ross) model (given that
> i have the 3 parameters and initial value of the process) using some of the
> quantlib/python function in a similar way as i can for example simulate the
> geometric brownian motion by using the quantlib constructor
> "Quantlib.GeometricBrownianMotionProcess"?
>
> i can create a function that simulate the CIR with python, but i would
> like to use it then into the quantlib function GaussianMultiPathGenerator
> therefore i need a "quantlib process".
>
> i believe quantlib c++ has the CIR process. maybe i can build the process
> in quantlib python by starting from StochasticProcess1D? not much
> documentation on that, though
>
> Inviato da Yahoo Mail su Android
> <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature>
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|