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: InverseGaussianFamily распределения 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: ObjectiveScaleScaling applied to the likelihood part of the objective.