You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be wrong on this one, but it seems to me that your implementation of step A3 of ITU-R P.1853-1 is not exactly correct: it is using the inverse of the CDF of the normal distribution (ppf), instead of the Q function. This results in a negative sigma, which is by definition impossible.
Hello,
I might be wrong on this one, but it seems to me that your implementation of step A3 of ITU-R P.1853-1 is not exactly correct: it is using the inverse of the CDF of the normal distribution (ppf), instead of the Q function. This results in a negative sigma, which is by definition impossible.
ITU-Rpy/itur/models/itu1853.py
Line 140 in 1c7155c
If I'm not mistaken, this should be easily fixed by adding a minus sign in front of
stats.norm.ppf
for steps A3 and C1.Anyways, thanks for the excellent work.
The text was updated successfully, but these errors were encountered: