?> ¿Cuál es el propósito principal de la acción `... - Aide
QUESTION / RÉPONSE

¿Cuál es el propósito principal de la acción `bartProbit`?

0 consultations

Réponse

Su propósito principal es ajustar modelos BART probit para analizar datos de respuesta con distribución binaria, permitiendo un enfoque de modelado bayesiano no paramétrico.
Action technique liée

Voir la documentation de bartProbit

Voir l'Action
Thématiques

Voir aussi

bartScore
bart

The bartScore action scores a data table using a previously fitted Bayesian additive regression trees (BART) model. It generates predicted values, residuals, and confidence limits for each observation in the input data.

bartGauss
bart

The bartGauss action fits Bayesian additive regression trees (BART) models for a continuous response variable that is assumed to follow a normal distribution. BART is a non-parametric regression method that uses a sum of regression trees to model the relationship between predictors and a response. It is particularly effective for capturing complex, non-linear relationships and interactions in the data without requiring pre-specification of the model form. The method is Bayesian, meaning it uses priors for the model parameters and provides a full posterior distribution for predictions, allowing for robust uncertainty quantification.

bartGauss
bart

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