Skip to main content

CompiledInverseGaussian

Type Alias CompiledInverseGaussian 

Source
pub type CompiledInverseGaussian<'a> = Gamlss<DefaultInverseGaussian, InverseGaussianBlocks, NumericResponse<'a>>;
Expand description

Compiled inverse Gaussian formula model.

Aliased Type§

pub struct CompiledInverseGaussian<'a> {
    pub family: InverseGaussian,
    pub blocks: (ParameterBlock<Mu, Log, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Shape, Log, FormulaPredictorBlock, FormulaPenalty>),
    pub obs: NumericResponse<'a>,
    pub objective_scale: ObjectiveScale,
}

Fields§

§family: InverseGaussian

Family распределения response.

§blocks: (ParameterBlock<Mu, Log, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Shape, 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.