StarTrack-js icon indicating copy to clipboard operation
StarTrack-js copied to clipboard

[ENH]: add switch to select exponential growth in forecast

Open MuellerSeb opened this issue 4 years ago • 4 comments

Thanks for this nice tool! Saw the recently added forcast option and appreciate it very much!

One idea from my side: since growth is often exponentially with packages on Github, I think it could be nice to add a switch to choose between linear or exponential growth.

Cheers, Sebastian

MuellerSeb avatar Jul 16 '21 13:07 MuellerSeb

Since you already provide a "logarithmic scale" this is easily done by first transforming the data to their log-values and then using a Linear Least Squares regression.

MuellerSeb avatar Jul 16 '21 13:07 MuellerSeb

Thanks @MuellerSeb , this is a good suggestion! Please feel free to implement it and open a PR if you have time

seladb avatar Jul 21 '21 07:07 seladb

Unfortunately I am not very familiar with java-script. I am just a user at this point :confused:

MuellerSeb avatar Jul 21 '21 16:07 MuellerSeb

Got it, no worries. I'll try to add it when I have time

seladb avatar Jul 21 '21 22:07 seladb

This was added quite some time ago. I think we can close this issue now

seladb avatar Feb 20 '24 07:02 seladb