We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Exponential Regression Formula

diso
5 - Atom

Hi Community,

 

Does any one know if there is an excel funtion identical with the GROWTH function in excel? I am looking on a function that creates an exponential smoothing to a specified dataseries and then extrapolates the trend according to new predictor values.

 

Thanks,

2 REPLIES 2
caltang
17 - Castor
17 - Castor

Is it similar to this? > https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-create-growth-rates-abs...

 

If it is not, then can you explain a bit more on the GROWTH function and syntax? There may be an alternate way to do it on Alteryx itself.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
CoG
14 - Magnetar

Not sure if such a Tool/Function exists, but one possibility would be taking the log of your data and doing linear regression, which will provide same results. (mathematically speaking)

Labels
Top Solution Authors