You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the stats API returns a JSON object with attributes representing min, max, mean, median, stdev, and ncells values. Plan2adapt's calculations have been running slowly, and it might speed things up a bit if, when plan2adapt requested statistics, it could request only the exact statistics it needs.
Add parameter(s) to control which statistics are calculated.
The text was updated successfully, but these errors were encountered:
We didn't much like 1, but didn't have strong feelings between 2 and 3. In theory, 3 would be harder to cache, since the parameter list would not necessarily have a consistent order, though in practice a front end will probably ask for the same values in the same order. 2 might require more complicated parameter parsing.
In all cases, not supplying the new parameter would result in receiving all six measures, as is current behaviour.
Currently the
stats
API returns a JSON object with attributes representingmin
,max
,mean
,median
,stdev
, andncells
values. Plan2adapt's calculations have been running slowly, and it might speed things up a bit if, when plan2adapt requested statistics, it could request only the exact statistics it needs.Add parameter(s) to control which statistics are calculated.
The text was updated successfully, but these errors were encountered: