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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In current plan, parameters (or free variables) share much of the structure of random variable.
But there are some differences
Interfaces
solve(X; alg = SolverAlg)
should try to find a value/model/solution projected to X which satisfies anything its conditioned on.argmax(X, l; alg = OptimAlg)
should produce a value for X that maximisesl
where bothX
andl
are free-variablesWhat if
l = f(X, Y)
? Then we should optimize over both X Y and project to XIf there are condiitons these should be solved too, i.e. constrained optimization
Interaction of Free and Random Vaariables
The kinds of thing we want to do that rely on both interacting are:
Q: Should we allow mixed models? e.g.:
Q: Different types, Omega and Phi or just Omega?
Q: Should we be able to treat randvars as parameters?
Q: Should we be able to treat params as randvars?
Beta Was this translation helpful? Give feedback.
All reactions