chisigma
Gold Member
MHB
- 1,627
- 0
Re: Unsolved statistic questions from other sites, part II
Unfortunately the personal experience of more that thirty five years in the area of telecommunications doesn't agree with this point of view. In the 'Bible' of Abramowitz and Stegun...
Abramowitz and Stegun: Handbook of Mathematical Functions
... the table of the normalized integral...$\displaystyle erf(x)= \frac{1}{\sqrt{2\ \pi}}\ \int_{- \infty}^{x} e^{- \frac{t^{2}}{2}}\ dt$ (1)
... arrives till to x=5 and supplies the value $\text{erf} (x) \sim .9999997133 \implies \text{erfc} (x) \sim 2.867 10^{-7}$. Well!... in digital transmission a standard bit error rate not greater that $10^{-6}$ is required, and that means that, in order to have necessary 'system margin', a target of bit error rate of $10^{-8} - 10^{-9}$ is often required... and even less in the case of optical fibre link...
At this point it is clear that the use of tables was for me not adequate, so that a lot of years ago I composed, with 'patient' application of the Simpson rule, the following 'little but accurate table' of the function $\log_{10} \text{erfc} (x)$, where 'erfc(x)' is defined as ...
$\displaystyle \text{erfc} (x) = 1 - \frac{2}{\sqrt{\pi}} \int_{0}^{x} e^{- t^{2}}\ dt$ (2) View attachment 505
May be that, sooner or later, in a dedicate post, I will better explain the 'little accurate table' and indicate an easy way to transform it in a 'little computer program'... Kind regards $\chi$ $\sigma$
CaptainBlack said:... and you don't need a computer to evaluate it, tables are quite adequate...
CB
Unfortunately the personal experience of more that thirty five years in the area of telecommunications doesn't agree with this point of view. In the 'Bible' of Abramowitz and Stegun...
Abramowitz and Stegun: Handbook of Mathematical Functions
... the table of the normalized integral...$\displaystyle erf(x)= \frac{1}{\sqrt{2\ \pi}}\ \int_{- \infty}^{x} e^{- \frac{t^{2}}{2}}\ dt$ (1)
... arrives till to x=5 and supplies the value $\text{erf} (x) \sim .9999997133 \implies \text{erfc} (x) \sim 2.867 10^{-7}$. Well!... in digital transmission a standard bit error rate not greater that $10^{-6}$ is required, and that means that, in order to have necessary 'system margin', a target of bit error rate of $10^{-8} - 10^{-9}$ is often required... and even less in the case of optical fibre link...
At this point it is clear that the use of tables was for me not adequate, so that a lot of years ago I composed, with 'patient' application of the Simpson rule, the following 'little but accurate table' of the function $\log_{10} \text{erfc} (x)$, where 'erfc(x)' is defined as ...
$\displaystyle \text{erfc} (x) = 1 - \frac{2}{\sqrt{\pi}} \int_{0}^{x} e^{- t^{2}}\ dt$ (2) View attachment 505
May be that, sooner or later, in a dedicate post, I will better explain the 'little accurate table' and indicate an easy way to transform it in a 'little computer program'... Kind regards $\chi$ $\sigma$