AAVSO / VStar

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO
https://www.aavso.org/vstar
GNU Affero General Public License v3.0
10 stars 3 forks source link

Scripting API: add polynomial fit #260

Open dbenn opened 2 years ago

dbenn commented 2 years ago

Add polyfit() function to scripting API which takes series and degrees as parameters and returns goodness of fit measures and possibly other values.

dbenn commented 2 years ago

This could allow a programmatic means by which to determine the best AIC,BIC,RMS combination. I've thought about this before but it came up for me again in conversation with Roy Axelson recently.