
Contributor III
2019-07-01
06:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
3,490 Views
1 Solution
Accepted Solutions

Partner - Master
2019-07-01
07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can use the functions:
- Avg()
- Median()
- StDev()
Jordy
Climber
Work smarter, not harder
2 Replies

Partner - Master
2019-07-01
07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can use the functions:
- Avg()
- Median()
- StDev()
Jordy
Climber
Work smarter, not harder

Contributor III
2019-07-02
05:01 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Jordy. Its working well now
3,458 Views
