Donnie / Airstrip

A bot for personal financial record keeping, management and visualisation on Telegram
MIT License
0 stars 0 forks source link

Linear Regression/ Line of Best fit for Predictions #57

Closed Donnie closed 1 year ago

Donnie commented 2 years ago

As of now predictions are simple multiples of estimated savings per month based on current incomes and expenses. However, it does not depend on the actual savings made per month, not does this represent the potential growth in the savings per month in the coming years.

The idea here is to plot a line of best fit on the existing data of savings made per month, so as to have a better prediction of future potential.

Donnie commented 2 years ago

More ideas here:

https://github.com/sajari/regression

https://medium.com/devthoughts/linear-regression-with-go-ff1701455bcd