Turnip-Calculator icon indicating copy to clipboard operation
Turnip-Calculator copied to clipboard

[QUESTION] Why is your implementation not using the previous curve

Open Vizepi opened this issue 4 years ago • 3 comments

In the mikebryant's implementation and according to the initial data analysis by Ninji, you can deduce the curve type from the previous curve type (varying/small spike/big spike/decreasing). Why is this information not required by your implementation? Is it smart enough to detect the curve type with less data? I'm curious :-)

Vizepi avatar May 12 '20 14:05 Vizepi

Previous week data only adjust probabilities results, but still, for any previous week, the probabilities are non zero. So, in a way, this calculator is more dumb. I have plans to calculate and give the fine-grained probabilities number, so I will ask for previous patterns in the following updates.

elxris avatar May 15 '20 03:05 elxris

Previous week data only adjust probabilities results, but still, for any previous week, the probabilities are non zero. So, in a way, this calculator is more dumb. I have plans to calculate and give the fine-grained probabilities number, so I will ask for previous patterns in the following updates.

Is there any place to report actual data? I assume (or hope) that the calculator doesn't send live-updates if it does send any data at all. Do you even need data reported at this point or is the system entirely algorithm based so additional data is not necessary?

TheJus10 avatar May 26 '20 20:05 TheJus10

I meant that I will ask if the user knows what pattern was in the previous week so the user could input it. The calculator could give more precise probabilities if it knows the previous pattern. I don’t send data to servers or something, it’s not necessary.

elxris avatar May 26 '20 21:05 elxris