AnchoringParameters

AnchoringParameters()

A fitted, versioned coefficient set for the anchoring estimate.

Attributes

Name Type Description
model_config Pydantic configuration; frozen and closed to extra fields.
customary_beat float The intercept a; the surprise when gap and revision are both zero.
gap_weight float Coefficient on the consensus gap.
revision_weight float Coefficient on the consensus revision.
maximum_absolute_gap float A model this far from consensus is a data break, not information.
maximum_prediction_age datetime.timedelta Oldest a model estimate may be at read time.
maximum_consensus_age datetime.timedelta Oldest a consensus estimate may be at read time.
version str The identifier this set publishes under.
fitted_through datetime.date The last date its training data covered.