Skip to main content

CompiledLogNormal

Type Alias CompiledLogNormal 

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

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.