A Reference Class which contains statistics of a PWR model.
StatPWR contains all the statistics associated to a PWR model. class
z_ik
: Logical matrix of dimension giving the class vector.klas
: Column matrix of the labels issued from z_ik
. Its elements are , .mean_function
: Approximation of the time series given the estimated parameters. mean_function
is a matrix of size .regressors
: Matrix of size giving the values of the estimated polynomial regression components.objective
: Numeric. Value of the objective function.computeStats(paramPWR)
: Method used at the end of the dynamic programming algorithm to compute statistics based on parameters provided by paramPWR
.ParamPWR