pub fn predict_multinomial_formula_with_intervals(
model: &MultinomialSavedModel,
data: &EncodedDataset,
level: f64,
) -> Result<MultinomialPredictionIntervals, EstimationError>Expand description
Build simplex-clamped normal moment intervals around the integrated logistic-normal posterior mean. Both center and spread come from the same deterministic posterior integral; no plug-in/delta quantity enters.