Skip to main content

CompiledNormal

Type Alias CompiledNormal 

Source
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: Normal

Family распределения 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: ObjectiveScale

Scaling applied to the likelihood part of the objective.