Open alextanski opened 5 years ago
cube_quantile(probability=0.5)
(or a list of probs) should do it. Thanks for the nudge on the docs!
Thanks! Just had a look at that. How do I need to structure my query for this?
Literally as:
{'function': 'cube_quantile(probability=0.5)'}
(that fails for me)
or in form of
{"function": "cube_quantile", "args": [{'probability': 0.5}]}
(that is probably not correctly composed...)?
@malecki are you able to help clarify the correct way to send a request for cube_quantile(probability=0.5)
?
Reopened for visibility.
bumping this.
I am able to query the following stats:
cube_mean
,cube_stddev
,cube_min
,cube_max
butcube_median
does not work so I guess it is indicated by a differentcube_
-suffix. Any chance you guys know how to get it? Cannot find anything in here https://docs.crunch.io/feature-guide/feature-analyzing.html?highlight=cube_count#multidimensional-analysis.