The class stores the transaction data and various optimization outputs and options. It is created already when model fitting is initiated and is then used to perform no covariate specific steps during the estimation process.
Created from an existing clv.data and clv.model object (or subclasses thereof).
# S4 method for clv.fitted
show(object)callSingle language of the call used to create the object
clv.modelSingle object of (sub-) class clv.model that determines model-specific behavior.
clv.dataSingle object of (sub-) class clv.data that contains the data and temporal information to fit the model to.
prediction.params.modelNumeric vector of the model parameters, set and used solely when predicting. Named after model parameters in original scale and derived from coef().
estimation.used.correlationSingle boolean whether the correlation was estimated.
name.prefixed.cor.param.mSingle character vector of the internal name used for the correlation parameter during optimization.
name.correlation.corSingle character vector of the external name used for the correlation parameter.
optimx.estimation.outputA single object of class optimx as returned from method optimx::optimx after optimizing the log-likelihood fitting the model.
optimx.hessianSingle matrix that is the hessian extracted from the last row of the optimization output stored in the slot optimx.estimation.output.