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

Allow symbolic t in Timeseries inputs #2

Open
michaelosthege opened this issue Jul 21, 2021 · 0 comments
Open

Allow symbolic t in Timeseries inputs #2

michaelosthege opened this issue Jul 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@michaelosthege
Copy link
Member

Examples for symbolic time vectors are simply wrapping it in pm.Data, but also models where the there is uncertainty on the time axis.

For example:

time = pm.Data("time")
time_delay = pm.HalfNormal("time_delay")
time_actual = time_delay + time

As long as time is sorted and greater than zero, that's completly fine for the ODE model.

@michaelosthege michaelosthege added the enhancement New feature or request label Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant