Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Talend Folks,
Whether it's possible to calculate standard deviation & square root formula in talend tool
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.
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.
Thank you for your reply
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.
Did this resolve your question? If so can you set it to resolved so that others can benefit from this?