Skip to content

Reuse repeated code between LOO (and likely MC) estimators #286

Description

@pnkraemer

Currently, the LOO estimators include cases like if num_samples >= num_rows: materialize_and_compute_exactly(). Since this duplicates a number of exceptions between the integrands, it would be useful to pull this code out of there, and, for example, move it to the estimator_leave_one_out implementation.

But this requires fiddling with the data structures in the stochtrace module, so it's relatively low priority for now.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions