Welcome Guest
Log In | Register )
You last visited January 9, 2009, 8:26 pm

Bidirectional Mean Averaging and The Wave Matrix

Topic locked. Last post more than one year ago by Hyperdimension. 28 replies.

Page 1 of 3 ForwardGo to Page
Print E-mail Link
JADELottery's avatar - SnowManStaryNight
Platinum Member
The Mathematical Alpha Geek
Veteran
Minnesota
United States
Member #21
December 7, 2001
1686 Posts
Offline
Posted: December 10, 2006, 7:45 am - IP Logged Bottom

Bidirectional Mean Averaging and The Wave Matrix

    1 - Oscillation Data Set

      A = {X1, X2, X3, ... , Xn-2, Xn-1, Xn}

       A - oscillation data set is any set of X values oscillating on the x-axis.
          oscillating X values can be obtained by removing any regression components.
          possible regression components are:
            constant, linear, exponential, logarithmic, power, geometric, polynomial, etc.

    2 - Up Mean Averaging

      U1 = X1
      U2 = (U1 + X2
ed) / (1 + ed)
      U3 = (U2 + X3
ed) / (1 + ed)
      ...
      Un-2 = (Un-3 + Xn-2
ed) / (1 + ed)
      Un-1 = (Un-2 + Xn-1
ed) / (1 + ed)
      Un  = (Un-1 + Xn
ed) / (1 + ed)

      Up Mean Averaging Set -  U = {U1, U2, U3, ... , Un-2, Un-1, Un}

    3 - Down Mean Averaging

      Dn  = Xn
      Dn-1 = (Dn + Xn-1
ed) / (1 + ed)
      Dn-2 = (Dn-1 + Xn-2
ed) / (1 + ed)
      ...
      D3 = (D4 + X3
ed) / (1 + ed)
      D2 = (D3 + X2
ed) / (1 + ed)
      D1 = (D2 + X1
ed) / (1 + ed)

      Down Mean Averaging Set -  D = {D1, D2, D3, ... , Dn-2, Dn-1, Dn}

    4 - Bidirectional Mean Averaging

        B = (U + D) / 2

             
¯

      Y1 = (U1 + D1) / 2
      Y2 = (U2 + D2) / 2
      Y3 = (U3 + D3) / 2
      ...
      Yn-2 = (Un-2 + Dn-2) / 2
      Yn-1 = (Un-1 + Dn-1) / 2
      Yn  = (Un + Dn) / 2

      Bidirectional Mean Averaging Set -  Bma(A,d) = B = {Y1, Y2, Y3, ... , Yn-2, Yn-1, Yn}
          A -  oscillation data set.
          d -  degree of weighting data.
             
-¥ £ d £ +¥, d is any real number.
              lim d
®  +¥, Bma(A,d) = B = A
              lim d
®  -¥, Bma(A,d) = B = (X1 + Xn ) / 2

  5 - Iteration of Bidirectional Mean Averaging

      B1 = Bma(A,d)
      B2 = Bma(B1,d)
      B3 = Bma(B2,d)
      ...
      Bi-2 = Bma(Bi-3,d)
      Bi-1 = Bma(Bi-2,d)
      Bi  = Bma(Bi-1,d)

      Iteration of Bidirectional Mean Averaging -  Ibma(A,d,i) = Bi

          A - oscillation data set.   
          d - degree of weighting.
          i - iteration of averaging.
            i
³ 1, i is any positive integer.

    6 - Ibma as Wave Data Set and Remainder Set of Wave Data Set

        Wave Data Set -  W = Ibma(A,d,i)

       R = A - W

           
¯

      R1 = X1 - Y1
      R2 = X2 - Y2
      R3 = X3 - Y3
      ...
      Rn-2 = Xn-2 - Yn-2
      Rn-1 = Xn-1 - Yn-1
      Rn = Xn - Yn

       R = {R1, R2, R3, ... , Rn-2, Rn-1, Rn}

      Remainder Set of Wave Data Set -  R 

    7 - Iteration of Remainder Set, the Wave Matrix and Remainder Set of the Wave Matrix

      W1 = Ibma(A,d,i) ,    R1 = A - W1
      W2 = Ibma(R1,d,i) ,    R2 = R1 - W2
      W3 = Ibma(R2,d,i) ,    R3 = R2 - W3
      ...
      Wj-2 = Ibma(Rj-3,d,i) ,    Rj-2 = Rj-3 - Wj-2
      Wj-1 = Ibma(Rj-2,d,i) ,    Rj-1 = Rj-2 - Wj-1
      Wj  = Ibma(Rj-1,d,i) ,    Rj = Rj-1 - Wj

      The Wave Matrix -  Wm(A,d,i,j) = {W1, W2, W3, ... , Wj-2, Wj-1, Wj}
      Remainder Set of the Wave Matrix -  Rm(A,d,i,j) = Rj

         A - oscillation data set.
            A = W1 + W2 + W3 + ... + Wj-2 + Wj-1 + Wj + Rj
        d - degree of weighting.
          i - iteration of averaging.
          j - iteration of the wave data set.
            j
³ 1, j is any positive integer.
            lim j
® +¥, Rj = 0

    8 - Determining d Values in the Wave Data Set through Root Mean Square (RMS) Equivalence and Degree of Weighting Set

        RMS of Wave Data Set -  rmsW =  Ö(S (W)2) / n 
                                  = 
Ö(S Ibma(A,d,i)2) / n
                                  =  [a = 1 to a = n]
Ö(S (Ya)2) / n

        RMS of Remainder Data Set -  rmsR =  Ö(S (R)2) / n 
                                      = 
Ö(S (A - W)2) / n
                                      = 
Ö(S (A - Ibma(A,d,i))2) / n
                                      =  [a = 1 to a = n]
Ö(S (Ra)2) / n

        Determined d Value -  d à rmsW = rmsR
                            Read as: d is determined when rmsW is equal to rmsR.
                            the value of d is found through a feedback root find algorithm.

      W1 = Ibma(A,d1,i) ,    R1 = A - W1 ,  d1 à rmsW1 = rmsR1
      W2 = Ibma(R1,d2,i) ,    R2 = R1 - W2 ,  d2
à rmsW2 = rmsR2
      W3 = Ibma(R2,d3,i) ,    R3 = R2 - W3 ,  d3
à rmsW3 = rmsR3
      ...
      Wj-2 = Ibma(Rj-3,dj-2,i) ,    Rj-2 = Rj-3 - Wj-2 ,  dj-2
à rmsWj-2 = rmsRj-2
      Wj-1 = Ibma(Rj-2,dj-1,i) ,    Rj-1 = Rj-2 - Wj-1 ,  dj-1
à rmsWj-1 = rmsRj-1
      Wj = Ibma(Rj-1,dj,i)  ,      Rj = Rj-1 - Wj  ,      dj
à rmsWj = rmsRj

      Degree of Weighting Data Set -  d = {d1, d2, d3, ... , dj-2, dj-1, dj}

      RMS Adjusted Wave Matrix -  Wm(A,d,i,j) = {W1, W2, W3, ... , Wj-2, Wj-1, Wj}
      RMS Adjusted Remainder Set of the Wave Matrix -  Rm(A,d,i,j) = Rj

My Self Picks are optimized to produce
the most number of wins with
the least amount of effort.

Order is a subset of Chaos.

Thank You,
Doug

JADELottery's avatar - SnowManStaryNight
Platinum Member
The Mathematical Alpha Geek
Veteran
Minnesota
United States
Member #21
December 7, 2001
1686 Posts
Offline
Posted: December 10, 2006, 7:46 am - IP Logged Bottom Top

Here's a table of Draw Occurrence, Linear Regression of Occurrence, Oscillation Data, Wave Matrix, and Remainder Data for WI Lottery of Ball #1 for 1500 Draws:

 Index

n

Ball #01

Dn - Draw

Occurrence

Linear Regression

Ln = m * n + b

m = 8.29, b =40.70

Oscillation

Data - A

 {Dn - Ln}

Wave Data - W1

d1 = -0.87

i = 32

Wave Data - W2

d2 = 0.73

i = 32

Wave Data - W3

d3 = 1.89

i = 32

Wave Data - W4

d4 = 3.06

i = 32

Wave Data - W5

d5 = 3.83

i = 32

Remainder - R5

1

16

48.98

-32.98

-23.92

-0.97

1.81

-3.29

-3.74

-2.87

2

41

57.27

-16.27

-23.85

-1.11

2.41

1.27

2.09

2.92

3

51

65.56

-14.56

-23.76

-1.33

2.92

3.6

2.65

1.36

4

53

73.84

-20.84

-23.65

-1.62

2.81

2.83

-0.02

-1.19

5

59

82.13

-23.13

-23.52

-1.96

1.94

1.95

-0.52

-1.02

6

69

90.42

-21.42

-23.36

-2.31

0.44

1.6

1.01

1.2

7

72

98.7

-26.7

-23.19

-2.63

-1.42

0.15

0.56

-0.18

8

76

106.99

-30.99

-22.99

-2.91

-3.19

-2.01

0.07

0.04

9

81

115.28

-34.28

-22.77

-3.1

-4.32

-4.24

-0.71

0.86

10

83

123.56

-40.56

-22.52

-3.22

-4.32

-5.53

-2.43

-2.53

11

102

131.85

-29.85

-22.25

-3.26

-3.02

-4.1

-0.3

3.07

12

106

140.14

-34.14

-21.95

-3.28

-0.67

-1.98

-2.19

-4.07

13

133

148.42

-15.42

-21.63

-3.3

2.04

2.4

2.14

2.93

14

143

156.71

-13.71

-21.28

-3.39

4.31

4.45

1.75

0.45

15

149

165

-16

-20.91

-3.6

5.54

4.43

0.04

-1.5

16

160

173.28

-13.28

-20.51

-3.94

5.51

4.19

0.92

0.54

17

166

181.57

-15.57

-20.08

-4.44

4.35

2.9

0.98

0.72

18

167

189.86

-22.86

-19.62

-5.08

2.44

0.48

-0.32

-0.76

19

172

198.15

-26.15

-19.14

-5.83

0.34

-1.62

-0.52

0.62

20

174

206.43

-32.43

-18.63

-6.67

-1.39

-3.01

-1.25

-1.47

21

185

214.72

-29.72

-18.09

-7.57

-2.36

-3.03

0.46

0.86

22

193

223.01

-30.01

-17.52

-8.51

-2.33

-3.53

0.46

1.42

23

196

231.29

-35.29

-16.92

-9.48

-1.22

-4.44

-2.28

-0.94

24

206

239.58

-33.58

-16.3

-10.51

0.83

-2.65

-2.95

-2

25

227

247.87

-20.87

-15.65

-11.6

3.19

2.53

0.62

0.04

26

247

256.15

-9.15

-14.97

-12.76

4.88

6.97

3.85

2.88

27

249

264.44

-15.44

-14.27

-13.99

5.05

7

1.59

-0.82

28

252

272.73

-20.73

-13.55

-15.24

3.46

4.98

0.19

-0.57

29

255

281.01

-26.01

-12.8

-16.44

0.42

2.66

0.14

0.01

30

257

289.3

-32.3

-12.03

-17.5

-3.43

0.18

0.15

0.33

31

258

297.59

-39.59

-11.24

-18.28

-7.35

-2.45

-0.55

0.29

32

259

305.87

-46.87

-10.44

-18.67

-10.64

-4.38

-1.58

-1.17

33

269

314.16

-45.16

-9.61

-18.54

-12.85

-4.5

-0.67

1.01

34

276

322.45

-46.45

-8.77

-17.79

-13.87

-3.7

-0.98

-1.33

35

293

330.73

-37.73

-7.92

-16.37

-13.89

-1.82

0.58

1.68

36

301

339.02

-38.02

-7.06

-14.25

-13.25

-0.48

0.14

-3.13

37

326

347.31

-21.31

-6.19

-11.47

-12.18

0.36

4.03

4.14

38

329

355.59

-26.59

-5.31

-8.1

-10.57

-3.33

0.58

0.14

39

335

363.88

-28.88

-4.43

-4.29

-7.85

-7.69

-4.19

-0.43

40

345

372.17

-27.17

-3.55

-0.18

-3.59

-6.98

-6.12

-6.74

41

395

380.46

14.54

-2.67

4.02

1.87

0.55

3.19

7.59

42

404

388.74

15.26

-1.79

8.11

7.38

4.96

0.91

-4.3

43

435

397.03

37.97

-0.92

11.9

11.78

7.82

3.64

3.76

44

440

405.32

34.68

-0.06

15.21

14.39

6.58

0.78

-2.22

45

454

413.6

40.4

0.79

17.9

15.24

4.18

0.67

1.61

46

457

421.89

35.11

1.63

19.89

14.81

1.12

-1.74

-0.61

47

462

430.18

31.82

2.46

21.14

13.67

0.13

-2.44

-3.13

48

483

438.46

44.54

3.27

21.65

12.12

1.8

2.11

3.59

49

484

446.75

37.25

4.06

21.47

10.23

1.27

0.68

-0.45

50

487

455.04

31.96

4.83

20.68

8.1

-0.14

-0.74

-0.76

51

493

463.32

29.68

5.58

19.37

5.92

-0.74

-0.58

0.13

52

498

471.61

26.39

6.31

17.65

3.84

-0.61

-0.26

-0.54

53

506

479.9

26.1

7.02

15.64

1.93

-0.22

0.83

0.91

54

509

488.18

20.82

7.7

13.44

0.22

-0.76

0.26

-0.05

55

513

496.47

16.53

8.36

11.17

-1.2

-1.61

-0.59

0.41

56

515

504.76

10.24

8.99

8.92

-2.27

-1.7

-1.62

-2.07

57

529

513.04

15.96

9.6

6.77

-3.04

-0.01

0.74

1.9

58

533

521.33

11.67

10.18

4.82

-3.77

0.96

0.23

-0.75

59

541

529.62

11.38

10.73

3.13

-4.71

1.58

0.62

0.02

60

548

537.9

10.1

11.26

1.77

-5.98

1.43

1

0.61

61

551

546.19

4.81

11.77

0.79

-7.49

0.12

0.4

-0.78

62

558

554.48

3.52

12.25

0.22

-8.87

-1.76

0.87

0.82

63

562

562.76

-0.76

12.7

0.08

-9.55

-4.63

-0.37

1

64

564

571.05

-7.05

13.14

0.35

-8.98

-6.93

-3.42

-1.21

65

576

579.34

-3.34

13.55

1

-6.95

-5.16

-3.65

-2.13

66

601

587.63

13.37

13.94

1.96

-3.96

0.85

0.8

-0.21

67

627

595.91

31.09

14.31

3.13

-1.03

5.86

5.2

3.63

68

631

604.2

26.8

14.66

4.41

1.01

4.88

2.65

-0.81

69

637

612.49

24.51

14.99

5.7

2.21

0.54

0.25

0.82

70

638

620.77

17.23

15.3