Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Vizepi opened this issue May 12, 2020 · 3 comments
Open

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

Vizepi opened this issue May 12, 2020 · 3 comments

Comments

@Vizepi
Copy link

Vizepi commented May 12, 2020

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 :-)

@elxris
Copy link
Owner

elxris commented May 15, 2020

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.

@TheJus10
Copy link

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?

@elxris
Copy link
Owner

elxris commented May 26, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants