Investigating the availability of information as well as
the effectiveness to find - or to learn - them we have until
now handled every possible pattern ![]()
as having equal
probability
. If one looks to specific patterns like '00' or '11'
in a set of binary strings with length
then each of these
patterns has the probability
or according to the
probability theory with the axioms of Kolmogorov (cited in
[52]:132f) the events
have the probability
while the
events
- abbreviated as '**'
- have the probability of
The lower
probability of E2 follows directly from the fact that
.
An example is given below for
. The decimal value
corresponds to the strings
-->l=2,n=4,N=256,show=0,[DIST2,STD, MEAN, FREQ,STD1, MEAN1, FREQ1,FX,
POPX]=frequCheck(l,n,N,show)
Number of Events n * N = 1024
DEC OCC FREQ FREQ [%] IDEAL
-----------------------------------------
0. 257. 0.2509766 100.39063
1. 257. 0.2509766 100.39063
2. 253. 0.2470703 98.828125
3. 257. 0.2509766 100.39063
If one looks to the event of compound strings like '00' or '01'
as a process starting with one element, then concatenating
another one, etc, then we have the situation that every time we have the
decision between '0' or '1' with a probability of
each. If it does
not matter which element follows then we have always
. If it
does matter which elements should be concatenated then we have
. Thus starting with '1' or '0' yielding '00' or '01' or '10'
or '11' - abbreviated as '**' - has the probability of '1'. To
produce from '1' the event '11' or from '0' the event '00' has
the probability
in every case.
If we would continue with such a production we would go
from '**' to '***' with
or from '00' to '000' with
or from '11' to '111' with
Thus the general formula for the probability of a certain string can
be given as
where
is the probability of the event within the space of possible events.
A string like
has then the probability
(decimal 0.125), because the string
is represented by
or
or
or
. Thus we
have
.
-->l=5,n=32,N=64,show=0,[DIST2,STD, MEAN, FREQ,STD1, MEAN1, FREQ1,FX,
POPX]=frequCheck(l,n,N,show)
Number of Events n * N = 2048
0. 59. 0.0288086 92.1875
1. 47. 0.0229492 73.4375
2. 63. 0.0307617 98.4375
3. 50. 0.0244141 78.125
4. 64. 0.03125 100.
5. 76. 0.0371094 118.75
6. 64. 0.03125 100.
7. 64. 0.03125 100.
8. 59. 0.0288086 92.1875
9. 72. 0.0351563 112.5
10. 56. 0.0273438 87.5
11. 64. 0.03125 100.
12. 69. 0.0336914 107.8125
13. 74. 0.0361328 115.625
14. 63. 0.0307617 98.4375
15. 68. 0.0332031 106.25
16. 62. 0.0302734 96.875
17. 74. 0.0361328 115.625
18. 70. 0.0341797 109.375
19. 76. 0.0371094 118.75
20. 61. 0.0297852 95.3125
21. 54. 0.0263672 84.375
22. 76. 0.0371094 118.75
23. 61. 0.0297852 95.3125
24. 51. 0.0249023 79.6875
25. 66. 0.0322266 103.125
26. 64. 0.03125 100.
27. 63. 0.0307617 98.4375
28. 66. 0.0322266 103.125
29. 51. 0.0249023 79.6875
30. 69. 0.0336914 107.8125
31. 72. 0.0351563 112.5
Therefore we can compute the probability of certain subsets
![]()
. If we assume that a goal
set ![]()
is a true subset of
then the probability
to find this set is a special probability.