API referenceΒΆ

Everything below is importable directly from the top-level rcrpy package, e.g. from rcrpy import RCR. Each entry links to a page generated from the class/function docstrings.

RCR

Single-value Robust Chauvenet Rejection.

RCRResults

RejectionTech

MuType

How mu is computed each iteration.

FunctionalForm

Parametric model for RCR.

FunctionalFormResults

Priors

Probabilistic priors on model parameters.

PriorType

Match the C++ priorTypes enum in cpp/src/FunctionalForm.h.

NonParametric

Base class for user-supplied non-parametric mu computation.