[
https://issues.apache.org/jira/browse/KYLIN-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nichunen resolved KYLIN-3361.
-----------------------------
Resolution: Fixed
> Support stddev as a new measure
> -------------------------------
>
> Key: KYLIN-3361
> URL: https://issues.apache.org/jira/browse/KYLIN-3361
> Project: Kylin
> Issue Type: New Feature
> Reporter: Zhong Yanghong
> Assignee: Zhong Yanghong
> Priority: Major
> Fix For: v3.1.0
>
>
> (x ~1~ - +x+) ^2^ + (x ~2~ - +x+) ^2^ + ... + (x ~n~ - +x+) ^2^ = x ~1~ ^2^ +
> x ~2~ ^2^ + ... + x ~n~ ^2^ - n +x+ ^2^, where +x+ is the average of x ~1~, x
> ~2~, ..., x ~n~. Therefore, to compute stddev, what kylin need to do is to
> pre-calculate sum(x ~i~ ^2^), sum(x ~i~) and count
--
This message was sent by Atlassian Jira
(v8.3.4#803005)