I am not sure if this fits here. But I am about to calculate implied volatility of options using the vollib (py_vollib) / lets_be_rational python library. Anyway, one of the input factos is Sigma, explained as annualized std dev./volatility. They always choose 0.2 and I don't see any explanation.
The function implied_volatility_from_a_transformed_rational_guess_with_limited_iterations seems to be not depending on annualized volatility.
Is this one a necessary input? I see some iterative code and cannot figure out if they use the binomial tree to calculate the implied volatility.