-
Notifications
You must be signed in to change notification settings - Fork 10
Possibly don't need to optimize magnitude parameter for models #140
Description
Is your feature request related to a problem? Please describe.
In models such as Sersic there is a very strong covariance between n, Re, and Ie. This strong covariance may in fact be a perfect plane in parameter space. Imagine if n and Re were optimized, one could directly determine Ie in a single step since it is a single linear parameter of the residuals.
Describe the solution you'd like
Its not clear what this would look like operationally. Ie would no longer be a parameter which is optimized, instead it could be determined as a final step after all other effects have been accounted for. This would also be potentially challenging for some model types to include.
Describe alternatives you've considered
Currently the Ie parameter is fit just like everything else, though this may mean that the whole fitting process is occuring on a plane in parameter space which could be simplified.