-
Notifications
You must be signed in to change notification settings - Fork 7
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
Roadmap for experiment API #483
Comments
These all seem pretty sensible and uncontroversial. It would be good to have some of this done for the meeting so we can focus on the stuff that actually needs to be discussed, like e.g. a more robust defaults system. |
My understanding is that For computing total chi2 it is clear that sum_group chi2^(group) is not necessarily equal to total chi2 unless the covariance matrix arranged by groups is block diagonal. In the most extreme case - like the fits with theory covariance the correct total chi2 is only given by taking all of If not then surely Then the grouping could be specified manually with similar syntax as the experiments, but slightly simpler - since the datset input was already specified in data, so only names are required:
alternatively we have the groupby option which then allows you to groupby a metadata key:
the groupby is expanded (and later stored in lock file #496) and the grouping is a namespace list of groups (maybe there would need to be a In this way the |
The total https://arxiv.org/abs/1802.03398
I agree with this, but I don't really see the relation with the previous point?
That is what we had for alpha_s. See
That is what we should have done from the start.
|
Well I was checking I wasn't missing something, because the checkpoint:
is basically trivial as
Of course. Both options should be available.. I'm just thinking it would be nice to make some progress with this. From what I can tell, the |
Well yes, progress here has been slow and would be welcome. Ideally we should have had this before merging #499 but I already gave up on that. |
Going to close this as we have more up to date issues for discussing it. |
Following the discussion in #476 the next steps require at least:
Integration with validphys
CommonData
object calls with the new dataframeexperiments
and the newdata
key.New features
The text was updated successfully, but these errors were encountered: