Search

ForumsResults 71 - 79 of 79 for Linear regression. (0.06 seconds)

The Wave Matrix - Excel 2007 Addin
We'll post the code first. It's being presented in both C# and VB. C# ---------------------------------------------------------------------------------------------------- using System; using System.Collections.Generic; namespace YourOwnNameSpace { public class Functions { public static double TheUltimateWavePredictor(double[] array, int level) { double sum = 0; for (int i = 0; i array.Length; i++) sum += Math.Pow(-1, i) * Combinatorial(array.Length
Nov 23, 2012, 5:25 pm - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
I see you're using the data upside-down. Try: Mon Sep 24 2012 779 Tue Sep 25 2012 309 Wed Sep 26 2012 635 Thu Sep 27 2012 583 Fri Sep 28 2012 476 Sat Sep 29 2012 682 Mon Oct 1 2012 826 Tue Oct 2 2012 798 Wed Oct 3 2012 55 Thu Oct 4 2012 201 Fri Oct 5 2012 726 Sat Oct 6 2012 272 Mon Oct 8 2012 676 Tue Oct 9 2012 668 Newest draws or data needs to be on the bottom of the sheet. Type = Linear BMA Degree 1 BMA D
Oct 18, 2012, 8:38 pm - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
In the following Wave Matrix, we had a setting of Amp / Freq = 0.90 and everything else set to default. The short list that follows shows the first 10 lines and the last 31 lines with the Quantum Projection. Type = Linear BMA Degree 1 BMA Degree 2 BMA Degree 3 BMA Degree 4 BMA Degree 5 BMA Degree 6 BMA Degree 7 BMA Degree 8 Algorithm Predictor A = 28.31013765 -2.116 -1.24 -0.636 0.021 0.664 1.276 1.854 2.15 Wave / BMA = 0.50 Depth = 25 B = 9.734994807 Amp / Freq = 0.90 L
Mar 10, 2013, 2:47 pm - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
Ok, now the fun part, projection. Projection can be looked at in a few different ways depending on if you are looking for a single outcome or many. A single outcome could be estimated based on the regression, waves and remainder in general or by using the Quantum Projection line itself. In the first example of looking at pick 3 column B, we had 8 waves, by Amplitude Only and Wave / BMA = 0.13. The last 30 draws and Quantum Projection line with a graph can be seen below.
Mar 9, 2013, 9:03 pm - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
The two function to work with are: TheUltimateWavePredictor TheWaveMatrix The other functions are mostly supporting functions. We will show some examples of how to pass in arrays and data; what to expect back and how to access the information in those functions that return a matrix array. TheUltimateWavePredictor function takes an array and one integer value, the level of projection averaging, and returns only one value, the possible projected yn+1 value. Here's an example
Nov 23, 2012, 8:55 pm - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
Try a little more draws. Tue, Sep 18, 2012 494 Wed, Sep 19, 2012 165 Thu, Sep 20, 2012 491 Fri, Sep 21, 2012 887 Sat, Sep 22, 2012 462 Mon, Sep 24, 2012 779 Tue, Sep 25, 2012 309 Wed, Sep 26, 2012 635 Thu, Sep 27, 2012 583 Fri, Sep 28, 2012 476 Sat, Sep 29, 2012 682 Mon, Oct 1, 2012 826 Tue, Oct 2, 2012 798 Wed, Oct 3, 2012 55 Thu, Oct 4, 2012 201 Fri, Oct 5, 2012 726 Sat, Oct 6, 2012 272 Mon, Oct 8, 2012 67
Oct 18, 2012, 8:54 pm - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
ok, here's what we are doing with the above CombinatorialIndex.xls file. this addin and the functions in the file are two different things. you'll need both to do this. we'll use Gopher 5 (31 / 5) as an example. download the CombinatorialIndex.xls spread sheet; it has macro functions for generating the Index number of a combination and making a combination from an Index number. The Index number is like the following for Gopher 5: Index - Combination 1 - 01 02 03 04 05 2 -
Nov 14, 2012, 8:40 pm - JADELottery - Mathematics Forum

Bidirectional Mean Averaging and The Wave Matrix
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
Dec 10, 2006, 7:45 am - JADELottery - Mathematics Forum

The Wave Matrix - Excel 2007 Addin
That's a good thought and it touches on one of the best secrets about the Wave Matrix; it's Adaptive to any Randomness. Here's how. The Regression and Waves are pretty well established and predictable. The Remainder on the other hand is the actual randomness that is produced in any varying data. It's the inherent randomness that is part of whatever system that created it. So, no matter what your looking at, that is the randomness we would need to use to simulate its
Oct 21, 2012, 1:47 pm - JADELottery - Mathematics Forum

Page 8 of 8