Timmeey86 / CustomTrainingStatisticsPlugin

GNU General Public License v3.0
2 stars 1 forks source link

Bug: std dev goal speed difference is missing (1.4.0.1108) #83

Open maggaou opened 2 years ago

maggaou commented 2 years ago

image

Timmeey86 commented 2 years ago

It's intentionally missing for this reason: If you made a lot of fast goals, with a large standard deviation, but then in the next round shoot only slow goals, with a small standard deviation, did you really improve? I believe a difference for standard deviation would be misleading. Now that I think about it, I could try and add a "neutral" color though, so display the difference, but do not judge if it's an improvement or not

maggaou commented 2 years ago

In my experience std dev and mean are correlated. I believe that is the case in most of the time. I think that in general low std dev reflects intention rather than pure chance.

maggaou commented 2 years ago
F416-9B1B-BE30-5378 |   |   |   |   |   |   |   |   |   |   |   |   -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- date | Attempts: | Goals: | Longest Goal Streak: | Longest Miss Streak: | Total Success Rate: | Peak Success Rate: | Peak At Shot#: | Max Goal Speed: | Min Goal Speed: | Median Goal Speed: | Mean Goal Speed: | Std Dev Goal Speed: 2022-03-14 | 307 | 154 | 8 | 7 | 50,16 | 72 | 139 | 106,49 | 63,36 | 99,22 | 97,14 | 8,38 2022-03-16 | 300 | 199 | 11 | 5 | 66,33 | 80 | 157 | 106,8 | 67,47 | 99,43 | 98,3 | 5,57 2022-03-17 | 266 | 145 | 18 | 8 | 54,51 | 77,42 | 31 | 105,43 | 86,48 | 97,9 | 97,9 | 4,88 2022-03-18 | 305 | 175 | 10 | 5 | 57,38 | 68 | 63 | 106,06 | 61,77 | 99,14 | 97,18 | 6,81 2022-03-21 | 301 | 190 | 12 | 6 | 63,12 | 80 | 282 | 106,45 | 57,26 | 98,38 | 96,52 | 6,71 2022-03-22 | 163 | 97 | 8 | 4 | 59,51 | 70 | 132 | 106,55 | 70,36 | 100,03 | 98,83 | 5,35 2022-03-26 | 221 | 150 | 19 | 6 | 67,87 | 80 | 152 | 106,71 | 63,64 | 100,23 | 98,44 | 6,87 2022-03-27 | 242 | 148 | 7 | 6 | 61,16 | 72 | 176 | 106,95 | 64,5 | 100,2 | 99,12 | 5,53 2022-03-30 | 239 | 141 | 9 | 6 | 59 | 70 | 77 | 106,63 | 69,21 | 100,13 | 98,88 | 5,72 2022-03-31 | 234 | 130 | 7 | 5 | 55,56 | 68 | 141 | 106,46 | 70,12 | 99,85 | 98,95 | 5,33 2022-04-06 | 220 | 119 | 8 | 10 | 54,09 | 76 | 118 | 106,06 | 79,59 | 100,84 | 100,13 | 3,76 2022-04-07 | 179 | 101 | 12 | 6 | 56,42 | 72 | 132 | 106,45 | 66,21 | 100,12 | 98,04 | 6,67 2022-04-08 | 174 | 95 | 5 | 10 | 54,6 | 76,19 | 21 | 107 | 89,49 | 100,14 | 100,08 | 3,23 2022-04-09 | 248 | 154 | 11 | 4 | 62,1 | 74 | 159 | 105,87 | 63,07 | 100,09 | 98,63 | 6,81 0D1C-A9D9-A566-D8E4 |   |   |   |   |   |   |   |   |   |   |   |   2022-03-16 | 302 | 104 | 4 | 10 | 34,44 | 44,00 | 244 | 110,40 | 78,79 | 100,02 | 99,34 | 6,40 2022-03-16 | 316 | 83 | 6 | 16 | 26,27 | 44,00 | 77 | 110,71 | 82,93 | 100,65 | 100,10 | 6,45 2022-03-18 | 410 | 124 | 5 | 14 | 30,24 | 42,00 | 141 | 111,79 | 76,08 | 99,06 | 98,90 | 7,04 2022-03-26 | 275 | 69 | 2 | 14 | 25,09 | 40,00 | 175 | 106,76 | 70,88 | 94,27 | 92,65 | 8,72 2022-03-30 | 431 | 88 | 4 | 21 | 20,42 | 42,00 | 219 | 109,46 | 70,46 | 93,50 | 92,63 | 8,22 2022-04-07 | 298 | 76 | 3 | 13 | 25,50 | 36,00 | 272 | 110,03 | 70,06 | 95,36 | 93,17 | 8,62 2022-04-08 | 296 | 74 | 4 | 14 | 25,00 | 38,00 | 77 | 108,63 | 74,74 | 94,63 | 92,64 | 7,95 2022-04-09 | 300 | 66 | 5 | 17 | 22,00 | 44,00 | 25 | 106,96 | 76,51 | 96,08 | 94,90 | 6,72
maggaou commented 2 years ago

I'm willing to analyze your data if you have collected enough data points. I have only collected data from certain training packs meaning that training using other packs can produce different results.