SimResult sim_ornstein_uhlenbeck_update(struct SimContext *context, size_t operator_index, const SimOrnsteinUhlenbeckOperatorConfig *config)
Replace the configuration of a registered OU operator.
SimResult sim_ornstein_uhlenbeck_config(struct SimContext *context, size_t operator_index, SimOrnsteinUhlenbeckOperatorConfig *out_config)
Copy the current OU configuration from a registered operator.
SimResult sim_add_ornstein_uhlenbeck_operator(struct SimContext *context, const SimOrnsteinUhlenbeckOperatorConfig *config, size_t *out_index)
Register an Ornstein-Uhlenbeck process operator.
Simulation runtime state.
Definition sim_context.h:70