callable

Adapters that wrap callables representing external models.

Classes

ContinuousCallable(fn, theta, *[, z0, name, ...])

A model that predicts its output at an arbitrary frequency using an arbitrary callable.

DiscreteCallable(frequency, fn, theta, *[, ...])

A model that predicts its output at a discrete set of frequencies already known to the model using an arbitrary callable.