Skip to content

Implement censored data #26

@ibab

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))

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions