Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of observable-dependent sigmas #609

Closed
dweindl opened this issue Feb 15, 2019 · 6 comments
Closed

Support of observable-dependent sigmas #609

dweindl opened this issue Feb 15, 2019 · 6 comments

Comments

@dweindl
Copy link
Member

dweindl commented Feb 15, 2019

Currently it is not possibly to have state-dependent sigmas. Is it only about changing respective function signatures, or will that require further adaptations?

@FFroehlich
Copy link
Member

Would also require a couple of additional derivatives to be taken into account. On top of my head I think its only dJydx that needs to account for dJydsigma*dsigmadx, but it might be more.

@paulstapor
Copy link
Contributor

paulstapor commented Mar 20, 2019

I would argue for implementing them as observable-dependent, rather than stat-dependent. That should do the job as well and one does not have to refactor observables from states...

@yannikschaelte
Copy link
Member

Yes, @elbaraim confirmed that observable dependency is what she needs in her case.

@elbaraim
Copy link

Yes, @elbaraim confirmed that observable dependency is what she needs in her case.

In this specific case the observables are a one-to-one mapping from the model states

@JanHasenauer
Copy link

if think that observable dependence will cover most cases. Currently, I would not bee aware of anything there we need state dependence.
If observable dependence is much easier, I would go for this.

@dweindl dweindl changed the title Support of state-dependent sigmas Support of observable-dependent sigmas Oct 9, 2020
@dweindl dweindl added the python label Oct 9, 2020
@paulflang
Copy link
Contributor

I am also running into this issue atm. What I would need is observable dependence.

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

No branches or pull requests

7 participants