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
As raised in #445: beyond Normalization and NormPlusShape there should be a type for normalized, shape-only variations. Maybe something like ShapeOnly or NormalizedShape. Suggestions welcome!
In some cases a per-channel normalization (which this would implement) is not necessarily the best way to implement variations, as acceptance effects between channels get lost. For these cases, an inclusive normalization that preserves per-channel acceptance effects, but retains the normalization across all channels (or in some other more inclusive phase space) may be better motivated, but would be more challenging to implement.
The text was updated successfully, but these errors were encountered:
As raised in #445: beyond
Normalization
andNormPlusShape
there should be a type for normalized, shape-only variations. Maybe something likeShapeOnly
orNormalizedShape
. Suggestions welcome!In some cases a per-channel normalization (which this would implement) is not necessarily the best way to implement variations, as acceptance effects between channels get lost. For these cases, an inclusive normalization that preserves per-channel acceptance effects, but retains the normalization across all channels (or in some other more inclusive phase space) may be better motivated, but would be more challenging to implement.
The text was updated successfully, but these errors were encountered: