Closed Plemeur closed 5 years ago
Hi, according to this paper :https://arxiv.org/pdf/1811.08782.pdf the loss function in line 55 of merton.py should be :
f = -0.5*lambd*2V_x2 + (V_t + rx1 V* )V_xx
Have you been using V_x instead of V for a reason ?
Unfortunately, the equation in the paper (page 57) is incorrect. There should be no term inside the parentheses and the other term should be . The code in merton.py is correct.
Hi, according to this paper :https://arxiv.org/pdf/1811.08782.pdf the loss function in line 55 of merton.py should be :
f = -0.5*lambd*2V_x2 + (V_t + rx1 V* )V_xx
Have you been using V_x instead of V for a reason ?