-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Methods for optimisation for c and t value pairs #40
Comments
From the data for Palladium Isotopes in Megumi's paper I think we can constrain c and t in fermi charge distribution model such that:
So far for palladium I get optimal values for mean square error when I don't know where the default value scipy minimisers in python work well and we could do a similar thing in c++ using the dlib library. |
from the development guide c and t are linked to the uniformed charged sphere by equation: So far this is consistent with the results for palladium. |
we can parameterise this ellipse equation into polar co ordinates to make a rectangular domain for minimisation. we can minimise the least squares for the expermental values and mudirac using when the minimum is found we can convert back to |
@MilanSCD: On your question "I don't know where the default value t=2.3 fm comes from, but if anyone knows what appropriate values are that would be appreciated." The typical value of t=2.3 fm (equivalently a or z = 0.523) is from general trends in electron scattering. Muonic atoms are generally not that sensitive to the shape of the distribution, but electron scattering is very good at this (see the de Vries et al. compilation from 1987 for more info). This is why the Barrett radius + V2 correction in combined analysis of muons + e scattering gives the best values, you combine radius sensitivity from muons with shape sensitivity from scattering. Likely, this is the cause of the large relative uncertainties in the paper from the Japanese group. Maybe their initial point of the fit was closer so that they were left in a different local minimum than you were or a small extra QED correction ever so slightly altered the chi2 surface. I suspect if you would scan an area around the minimum you found, you will see that by tweaking c slightly, we can get large variations of optimal values in t that are equally/similarly good. Hope this helps |
The text was updated successfully, but these errors were encountered: