Skip to content
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

Support imposing relationships between parameters as part of a prior #813

Open
dvandyk opened this issue Mar 12, 2024 · 0 comments
Open
Assignees
Labels
enhancement Feature request
Milestone

Comments

@dvandyk
Copy link
Member

dvandyk commented Mar 12, 2024

Requires resolution to issue #793 first.

Add means to impose relations between parameters as part of a prior component of the analysis.

Envisaged syntax

parameters:
  ublnu::Re{cV} # vector part of ub current
  ublnu::Re{cA} # axial part of ub current
priors:
  - name: WET
    descriptions:
      - { parameter: 'ublnu::Re{cA}', ... }
    relations: 
      ublnu::Re{cVL}: "0.5 * ([[ublnu::Re{cV}]] - [[ublnu::Re{cA}]])"
      ublnu::Re{cVR}: "0.5 * ([[ublnu::Re{cV}]] + [[ublnu::Re{cA}]])"

Possible applications:

  • change of basis of WET coefficients
  • connecting form factor parameters in HQE
@dvandyk dvandyk added the enhancement Feature request label Mar 12, 2024
@dvandyk dvandyk added this to the Release 1.1 milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request
Projects
None yet
Development

No branches or pull requests

2 participants