As a data user I want to see the statistical distribution of a given variable for a given country
📇 User story
Summary
- As data user
- I want to see the statistical distribution of a given viarble (e.g. crop product, fertiliser use, pesticide use, or amount of irrigation, etc.) for a given country
- So that I can get a sense of where my data stand
Acceptance criteria
- If I select a country and a variable name (e.g. 'Wheat, grain' for crop product).
- A statistical summary (mean, stdev, etc) of the data should be returned, and optionally the distribution should be visualised.
Additional points that need addressing
-
To build distribution for each variable for each country when triggered, this trigger can be, e.g., on a bi-weekly basis; -
Gaussian KDE distribution, and also using Baseyian approach to update the a prior with hestia data; -
Need to consider univariate, bivariate, multi-variate, and/or marginal distributions.
Additional notes
Resources and links
Edited by Qingling Wu