blob: b44e78047d7abf5c74325b08b784863316c2c418 [file] [log] [blame]
/**
* @brief Marginal Effects Logistic regression step: Transition function
*/
DECLARE_UDF(regress, mlogregr_marginal_step_transition)
/**
* @brief Marginal effects Logistic regression step: State merge function
*/
DECLARE_UDF(regress, mlogregr_marginal_step_merge_states)
/**
* @brief Marginal Effects Logistic regression step: Final function
*/
DECLARE_UDF(regress, mlogregr_marginal_step_final)