Timeline for Calculate the Progressive MeanTM
Current License: CC BY-SA 4.0
47 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 23, 2023 at 7:35 | answer | added | 138 Aspen | timeline score: 1 | |
| Dec 31, 2022 at 17:44 | answer | added | chunes | timeline score: 1 | |
| Jun 15, 2022 at 13:21 | answer | added | evanstar3 | timeline score: 2 | |
| Jun 15, 2022 at 7:53 | vote | accept | AJFaraday | ||
| Jun 15, 2022 at 7:35 | answer | added | chunes | timeline score: 1 | |
| Feb 24, 2020 at 0:01 | history | tweeted | twitter.com/StackCodeGolf/status/1231730715127164933 | ||
| Feb 6, 2020 at 23:19 | answer | added | x_linus | timeline score: 1 | |
| Feb 6, 2020 at 21:22 | answer | added | user0721090601 | timeline score: 2 | |
| Feb 5, 2020 at 21:36 | answer | added | Yuri-M-Dias | timeline score: 1 | |
| Feb 4, 2020 at 21:51 | comment | added | Giuseppe |
suggested test case: [1] -> 1,1,0; this was screwing up my answers before. I would also include a 2-element test case, which will of course have identical progressive/regular means.
|
|
| Feb 4, 2020 at 20:11 | comment | added | AJFaraday | @acwaters That's interesting, thank you. | |
| Feb 4, 2020 at 19:39 | comment | added | acwaters | Just commenting to point out that your "progressive mean" is well known and used; it's an exponentially weighted moving average with coefficient 1/2. | |
| Feb 4, 2020 at 16:32 | answer | added | user28667 | timeline score: 1 | |
| Feb 4, 2020 at 15:41 | comment | added | AJFaraday | @IMP1 Yes, you can definitely assume that. | |
| Feb 4, 2020 at 13:52 | answer | added | IMP1 | timeline score: 1 | |
| Feb 4, 2020 at 13:41 | comment | added | IMP1 | Can we assume the list is non-empty? | |
| Feb 4, 2020 at 13:23 | answer | added | Émile Jetzer | timeline score: 1 | |
| Feb 4, 2020 at 9:31 | answer | added | DeathIncarnate | timeline score: 1 | |
| Feb 4, 2020 at 4:47 | answer | added | lyxal ♦ | timeline score: 6 | |
| Feb 3, 2020 at 23:32 | answer | added | LegionMammal978 | timeline score: 3 | |
| Feb 3, 2020 at 21:02 | history | became hot network question | |||
| Feb 3, 2020 at 20:24 | answer | added | mabel | timeline score: 7 | |
| Feb 3, 2020 at 19:31 | answer | added | Veskah | timeline score: 2 | |
| Feb 3, 2020 at 19:00 | comment | added | AJFaraday | @ssanne yes, we definitely need decimal points. | |
| Feb 3, 2020 at 18:29 | answer | added | Xcali | timeline score: 1 | |
| Feb 3, 2020 at 17:45 | comment | added | S.S. Anne | Do we need to output decimal points? | |
| Feb 3, 2020 at 17:31 | answer | added | 640KB | timeline score: 1 | |
| Feb 3, 2020 at 17:22 | answer | added | Giuseppe | timeline score: 10 | |
| Feb 3, 2020 at 15:48 | answer | added | Noodle9 | timeline score: 5 | |
| Feb 3, 2020 at 15:10 | answer | added | Galen Ivanov | timeline score: 3 | |
| Feb 3, 2020 at 15:02 | answer | added | Neil | timeline score: 1 | |
| Feb 3, 2020 at 14:57 | answer | added | RGS | timeline score: 1 | |
| Feb 3, 2020 at 14:18 | answer | added | Grimmy | timeline score: 4 | |
| Feb 3, 2020 at 14:12 | history | edited | AJFaraday | CC BY-SA 4.0 |
set > list
|
| Feb 3, 2020 at 14:12 | comment | added | Adám | @AJFaraday I'd keep the order, just read it from right to left. | |
| Feb 3, 2020 at 14:11 | comment | added | AJFaraday | @Adám I was more thinking about it being expressed as string formats, binary, array etc. I'd say when the order in significant we probably shouldn't allow reversed order. | |
| Feb 3, 2020 at 13:54 | answer | added | Kevin Cruijssen | timeline score: 6 | |
| Feb 3, 2020 at 13:52 | answer | added | Jonathan Allan | timeline score: 2 | |
| Feb 3, 2020 at 13:46 | answer | added | Adám | timeline score: 8 | |
| Feb 3, 2020 at 13:25 | comment | added | Adám | "a set of numbers (in any format)" — even in reverse? | |
| Feb 3, 2020 at 13:24 | answer | added | Adám | timeline score: 4 | |
| Feb 3, 2020 at 13:24 | comment | added | Neil | I believe your progressive mean is a type of decaying average. | |
| Feb 3, 2020 at 13:15 | comment | added | AJFaraday | I’m fine with it being called list. Yes, all three calculations, please. | |
| Feb 3, 2020 at 13:15 | answer | added | Arnauld | timeline score: 4 | |
| Feb 3, 2020 at 13:14 | comment | added | Jonathan Allan | ...also a set has no order, while here the order is paramount. | |
| Feb 3, 2020 at 13:07 | comment | added | Kobe | Do we have to output all 3 calculations, or just the trend? | |
| Feb 3, 2020 at 12:57 | history | asked | AJFaraday | CC BY-SA 4.0 |