Thanks for pythonizing the code.
I read the paper as well as this project's Home pag and the LetsBeRational.py source file, which details functions such as:
def implied_volatility_from_a_transformed_rational_guess(price, F, K, T, q):
From other documents and papers i was able to guess variables such as F,K,T, but unable to guess what input/argument q is. The same issue for def normalised_black(x, s, q): what are x,s?
Could anyone in the know give some explanations, and/or examples of how to use these functions?
Thanks for pythonizing the code.
I read the paper as well as this project's Home pag and the LetsBeRational.py source file, which details functions such as:
def implied_volatility_from_a_transformed_rational_guess(price, F, K, T, q):
From other documents and papers i was able to guess variables such as F,K,T, but unable to guess what input/argument q is. The same issue for def normalised_black(x, s, q): what are x,s?
Could anyone in the know give some explanations, and/or examples of how to use these functions?