?> Wie kann ich Kredibilitätsintervalle für die Vor... - Aide
QUESTION / RÉPONSE

Wie kann ich Kredibilitätsintervalle für die Vorhersagen anpassen?

0 consultations

Réponse

Sie können das Signifikanzniveau für gleichwahrscheinliche Kredibilitätsintervalle mit dem Parameter `alpha` (Standard ist 0.05) festlegen. Die Namen für die Variablen der unteren und oberen Grenze können mit den Parametern `lcl` bzw. `ucl` angegeben werden.
Action technique liée

Voir la documentation de bartScore

Voir l'Action
Thématiques

Voir aussi

bartScoreMargin
bart

The bartScoreMargin action computes predictive margins by using a fitted Bayesian additive regression trees (BART) model. Predictive margins are predictions from a model at fixed values of some predictors, averaged over the distribution of the other predictors. This technique is useful for understanding the effect of a specific predictor on the outcome, while accounting for the influence of other variables in the model.

bartProbit
bart

The bartProbit action fits a probit Bayesian Additive Regression Trees (BART) model to data where the response variable is binary. This is particularly useful for classification problems where the outcome is one of two categories (e.g., yes/no, success/failure, 0/1). The probit model assumes that the binary outcome is the result of an unobserved continuous latent variable following a standard normal distribution. The BART model itself is a non-parametric, ensemble method that combines multiple simple regression trees to create a powerful predictive model, offering a flexible alternative to traditional parametric models.

bartGauss
bart

Ajusta modelos de árboles de regresión aditivos bayesianos (BART) a datos de respuesta distribuidos normalmente.