<div dir="ltr">Dear scipy devs <div><br></div><div>If I may suggest, there is an interest in adding a new error function to the scipy special functions. The Q-function (see please, <a href="https://en.wikipedia.org/wiki/Q-function">https://en.wikipedia.org/wiki/Q-function</a>). This function is of great interest and much in use within the communication engineering and error correcting coding communities. </div><div><br></div><div>There is a 1:1 mapping from Q-function to erf function. However, in engineering, in contrast to statistics, most text book use the Q-function instead and this is the very first function a new to python engineer will try to look for. </div><div><br></div><div>Also, the implementation is so fast, as Q(x) = 0.5 - 0.5 * erf (x / sqrt(2)). So why not having this function aboard? It will be used immediately by every communication engineer that adopts the scipy instead of Matlab.</div><div><br></div><div>Also, inverse is easily implemented as well since Qinv(y) = sqrt(2) erfinv(1-2y). </div><div><br></div><div>I think this small contribution may be of great service.  </div><div><br></div><div>Your comments are much appreciated. Thanks.</div></div>