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: 
Sai_Mohan
Contributor III
Contributor III

calculating mean, median and standard deviation

hi all, can anyone please help to write set analysis for calculating mean, median and standard deviation. i have two columns for calculation. i need to calculate using num function .

for ex:  this for calculating mean:                            

num(avg(aggr(coln1,coln2)),##.##)

same like this i need for median and standard deviation

1 Solution

Accepted Solutions
JordyWegman
Partner - Master
Partner - Master

Hi,

You can use the functions:

  1. Avg()
  2. Median()
  3. StDev()

Jordy

Climber

Work smarter, not harder

View solution in original post

2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi,

You can use the functions:

  1. Avg()
  2. Median()
  3. StDev()

Jordy

Climber

Work smarter, not harder
Sai_Mohan
Contributor III
Contributor III
Author

Thank you Jordy. Its working well now