Replies: 1 comment
-
|
As in #23 , discuss how to provide a definition matching the mathematical calculation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
maximum, minimum and average have clear definitions when historical data is exposed.
When one provides future prediction, "average" does not have clear definition. Usually one predicts a value as such. Like we predict that 8000 people participate this event.
maximum and minimum do not have a standard definitions for a prediction either. For a prediction people usually talk about precision or accuracy represented via standard deviation, where an interval +- 2sigma covers majority of probable values.

But to deliver a standard deviation one must:
Therefore, I would adjust the API response to just return an expected (forecasted) population density value without additional values.
All that imho.
Beta Was this translation helpful? Give feedback.
All reactions