pub const MC_ADAPTIVE_METHOD_V1: &str = "anytime_beta_binomial_mixture_cs_v1";Expand description
The value AdaptiveMcReportV1::method always carries: Robbins’ beta-binomial mixture
confidence sequence, revision 1.
Named so a consumer can branch on the estimator rather than on the schema version – the schema can gain fields without the statistics changing, and the statistics could be replaced without the field set changing.