Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
RAJ6
Contributor III
Contributor III

need to calculate standard deviation & square root

Hi Talend Folks,

 

              Whether it's possible to calculate standard deviation & square root formula in talend tool

 
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

You should be able to extrapolate from the Java solution here: https://stackoverflow.com/questions/7988486/how-do-you-calculate-the-variance-median-and-standard-de...

 

Wrap that into a routine (a Java class....you may want to make it static) and then you can call the methods throughout your job.

View solution in original post

4 Replies
Anonymous
Not applicable

There is no built in functionality (that I am aware of) to handle this, but you can quite easily write your own routine to do this.

RAJ6
Contributor III
Contributor III
Author

Thank you for your reply 

Anonymous
Not applicable

You should be able to extrapolate from the Java solution here: https://stackoverflow.com/questions/7988486/how-do-you-calculate-the-variance-median-and-standard-de...

 

Wrap that into a routine (a Java class....you may want to make it static) and then you can call the methods throughout your job.

Anonymous
Not applicable

Did this resolve your question? If so can you set it to resolved so that others can benefit from this?