I'm trying to query a model, but none of the "PROBABILITY" verbs are parsed and giving me the following error. I'm following the documentation, but none of the attempts work. The "arrow" of the syntax error points at word "UNDER"
iql> SELECT BMI, (PROBABILITY DENSITY OF BMI UNDER model AS p) FROM data LIMIT 5;
Parse error at line 1, column 41:
SELECT BMI, (PROBABILITY DENSITY OF BMI UNDER model AS p) FROM data LIMIT 5;
^
Expected one of:
*
/
+
-
#"(?i)IS"
#"(?i)IS"
<
<=
=
>=
>
#"(?i)AND"
#"(?i)OR"
I'm trying to query a model, but none of the "PROBABILITY" verbs are parsed and giving me the following error. I'm following the documentation, but none of the attempts work. The "arrow" of the syntax error points at word "UNDER"