Currently Matrix Stats cannot operate with scripts, which might be useful for the user. From SQL perspective something like this could be useful: ``` SELECT KURTOSIS(CASE WHEN a IS NULL THEN 0 ELSE ABS(a) END) FROM test ```
Currently Matrix Stats cannot operate with scripts, which might be useful for the user.
From SQL perspective something like this could be useful: