pub type CompiledNormal<'a> = Gamlss<DefaultNormal, NormalBlocks, NumericResponse<'a>>;Expand description
Compiled normal formula model.
Aliased Type§
pub struct CompiledNormal<'a> {
pub family: Normal,
pub blocks: (ParameterBlock<Mu, Identity, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Sigma, Log, FormulaPredictorBlock, FormulaPenalty>),
pub obs: NumericResponse<'a>,
pub objective_scale: ObjectiveScale,
}Fields§
§family: NormalFamily распределения response.
blocks: (ParameterBlock<Mu, Identity, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Sigma, 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.