Skip to main content

CompiledBeta

Type Alias CompiledBeta 

Source
pub type CompiledBeta<'a> = Gamlss<DefaultBeta, BetaBlocks, NumericResponse<'a>>;
Expand description

Compiled beta formula model.

Aliased Type§

pub struct CompiledBeta<'a> {
    pub family: Beta,
    pub blocks: (ParameterBlock<Mu, Logit, FormulaPredictorBlock, FormulaPenalty>, ParameterBlock<Precision, Log, FormulaPredictorBlock, FormulaPenalty>),
    pub obs: NumericResponse<'a>,
    pub objective_scale: ObjectiveScale,
}

Fields§

§family: Beta

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

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