Skip to content

Allow symbolic t in Timeseries inputs #2

@michaelosthege

Description

@michaelosthege

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions