Skip to content

BinnedDistribution shape morphing treats inputs as relative values #36

Description

@lcorcodilos

pos_term = '({u}^@0)'.format(u=upVal)
neg_term = '({d}^(-1*@0))'.format(d=downVal)
else:
pos_term = '(1+({u}-1)*@0)'.format(u=upVal)
neg_term = '(1+(1-{d})*@0)'.format(d=downVal)

Currently uses input absolute value like relative values. Need to reconsider implementation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions