Formulation of parameter upperbound #108
hyunjimoon
started this conversation in
perspectives; sense-making
Replies: 1 comment 1 reply
-
Could be selling point of stanify: https://mc-stan.org/docs/reference-manual/logit-transform-jacobian.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During optimization, how should I formulate one parameter acting as the upper bound for other parameter?
Upper bound of
effort on task to filling form frac
is TF / (TF + 1) where TR isTime for Filling Forms to Task Frac
. e.g. filling form takes .25 effort (measured in time) compared to the actual task. Then With p := \frac{EF}{ET} effort on filling form (EF) over effort on task (ET), p=0 means zero filling form and p = .25/(.25 + 1) = .2 means filling form for every task. (.2 when optimizing when time ratio is 1/4)Beta Was this translation helpful? Give feedback.
All reactions