emanueledellavalle / streaming-data-analytics

Apache License 2.0
30 stars 11 forks source link

May add to SDE theory Kurt Unbiased #30

Open emanueledellavalle opened 6 months ago

emanueledellavalle commented 6 months ago

Kurt Unbiased: returns Fisher’s unbiased kurtosis of the data. It uses a Fold operator to compute the k-statistics and a Map to compile the final kurtosis in a single iteration. It is a streaming operator since, thanks to the k-statistics, it can be done in a single iteration and can be distributed.