pub type CompiledBeta<'a> = Gamlss<DefaultBeta, BetaBlocks, NumericResponse<'a>>;Expand description
Compiled beta formula model.
Aliased Type§
pub struct CompiledBeta<'a> {
pub family: Beta,
pub blocks: (ParameterBlock<Mu, Logit, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Precision, Log, FormulaPredictorBlock, FormulaPenalty>),
pub obs: NumericResponse<'a>,
pub objective_scale: ObjectiveScale,
}Fields§
§family: BetaFamily распределения response.
blocks: (ParameterBlock<Mu, Logit, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Precision, Log, FormulaPredictorBlock, FormulaPenalty>)Типизированные parameter blocks.
obs: NumericResponse<'a>Observation view used for training objective evaluation.
objective_scale: ObjectiveScaleScaling applied to the likelihood part of the objective.