Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
AsmJuv2004
Contributor III
Contributor III

Bell Curve formula

Hi All,

I watched the below video to create a bell curve. 

https://www.youtube.com/watch?v=q2QHhtvzbDc

 

I used the expression as suggested in the bell curve.

Only(Normdist(Round(original_val,0.1),Avg(total original_val),Stdev(total original_val),0))*0.1*Count(total original_val)

 

I need to create another bell curve with a different standard deviation which is calculated using the below formula. please help in writing the expression.

sum(aggr( fabs(above(sum(original_val)) - sum(original_val)) ,Product,characteristic_desc_txt,([Record Time], Numeric, Descending) ))
/
(Aggr(count(original_val),Product,characteristic_desc_txt)-2+1)

Labels (2)
0 Replies