English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

As a matter of proper coding to develop the most efficient, predictive algorithm, should a code BEGIN with the OUTPUT that appears MOST OFTEN over the ENTIRE SAMPLE of data, and end with the OUTPUT that appears LEAST OFTEN, or vice versa?

To be more specific, I have 6 COLUMNS (A through E) of data and 3400 ROWS (1-3400). I am asking whether EACH of the 6 data points TODAY (A1 through E1) are GREATER than, LESS than, or EQUAL to the 6 data points for the PREVIOUS DAY (A2 through E2). Depending on the answer to each question, each output will receive a simple numeric code. For instance, if A1>A2, then 1. If A1>B2, then 2 etc. The numeric code will simply repeat itself each day. So, if A2>A3, it will also receive a 1 for its code.

My ultimate aim is to determine the extent to which today's ENTIRE code is predictive of tomorrow's ENTIRE code. Therefore, my question is how should the CODE be SEQUENCED?

2006-08-15 10:38:54 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

If it is Excel go to conditional formatting and make the days colors change based on the previous days values. For instance, if it is larger the number will be red; the same, the number will be black.

2006-08-15 10:44:46 · answer #1 · answered by Anonymous · 0 0

Yes.

2006-08-15 17:44:17 · answer #2 · answered by vinny_the_hack 5 · 0 0

fedest.com, questions and answers