vasanchez16 / smokeppe_constraints

Implementation of frequentist confidence sets for climate model parameter constraints
MIT License
1 stars 0 forks source link

Modifying MLE Optimization for other targets #5

Closed vasanchez16 closed 2 months ago

vasanchez16 commented 4 months ago

Currently the optimization performs well when constraining the parameters with AOD. However, AOD is a variable that in most cases is less than two and thus on the order of magnitude of $10^0$. For variables, such as Cloud Liquid Water Path and Cloud Droplet Number Concentration, measurements can be on the order of magnitude of $10^2$ and the variance calculated from MLE should reflect this. Changes need to be made to allow for setting the bounds and initial values of the MLE optimizer.