feat : Addition of Non Linear Norm Factor using Vandermonde Matrix#60
Open
Ragansu wants to merge 13 commits intoiris-hep:mainfrom
Open
feat : Addition of Non Linear Norm Factor using Vandermonde Matrix#60Ragansu wants to merge 13 commits intoiris-hep:mainfrom
Ragansu wants to merge 13 commits intoiris-hep:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Many physical processes involve parameters that exhibit nonlinear relationships across multiple samples. Such processes can be modeled by solving systems of equations constructed using a Vandermonde matrix.
Changes Introduced
This pull request introduces support for this functionality within the framework. Specifically:
WorkspaceMakerclass automatically computes the corresponding Vandermonde matrix.sbi_parametric_modelclass.Additional Updates
Due to the nonlinear nature of these relationships, it is necessary to define observations separately from template samples. This pull request includes the required modifications to support this distinction. (
WorkspaceBuilder.observations())Testing
This feature has been tested to ensure correctness and stability.
RC