We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
t
Timeseries
Examples for symbolic time vectors are simply wrapping it in pm.Data, but also models where the there is uncertainty on the time axis.
time
pm.Data
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Examples for symbolic
time
vectors are simply wrapping it inpm.Data
, but also models where the there is uncertainty on the time axis.For example:
As long as
time
is sorted and greater than zero, that's completly fine for the ODE model.The text was updated successfully, but these errors were encountered: