Skip to content

Implement censored data #26

Description

@ibab

When only a certain range of the data is used for the fit, or when a range has been cut out, the PDFs need to be adjusted accordingly by removing the missing parts and renormalizing.

I'm thinking of something like this for the API

x = var('x', observed=True, vector=True)
mu = var('mu')
sigma = var('sigma')
model = Censor(x > 0, Normal(x, mu, sigma))

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions