Translations:Resampling/4/en
Version vom 20. April 2022, 06:42 Uhr von Alenz (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ If you try to calculate the mean value of the slider for participants A and B at timestamps t0 to t5, this will mostly produce incorrect results, because at t…“)
If you try to calculate the mean value of the slider for participants A and B at timestamps t0 to t5, this will mostly produce incorrect results, because at t1, t2, t3 and t4 the database contains ONLY a single value for ONE participant. The mean value that is be calculated at these timestamps will simply be the value of this single participant that triggered the event, and this is obviously incorrect. Only at t0 and t5 there are TWO values stored in the database each, giving the correct mean of 3 (t0) and 4 (t5).