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