You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently Matthew is running his own Python script after the analysis has run that fits a J(y) function that is a sum of two gaussians. Matthew wants to implement and option for a J(y) fit of a composite of different models e.g. Gaussian+Gaussian+Gram-Charlier, Gaussian+Multivariate, etc.
Solution
The first step to address is to ensure all the individual functions required are available to fit the J(y) profile. Then somehow allow for a composite function to be made (which I think might be easier to achieve with Mantid than iminuit)
The text was updated successfully, but these errors were encountered:
Problem
Currently Matthew is running his own Python script after the analysis has run that fits a J(y) function that is a sum of two gaussians. Matthew wants to implement and option for a J(y) fit of a composite of different models e.g. Gaussian+Gaussian+Gram-Charlier, Gaussian+Multivariate, etc.
Solution
The first step to address is to ensure all the individual functions required are available to fit the J(y) profile. Then somehow allow for a composite function to be made (which I think might be easier to achieve with Mantid than iminuit)
The text was updated successfully, but these errors were encountered: