The class represents the outcome of a linear filter, and is normally
generated by the function linear_filter
ythe original label matrix with responses.
alphaa numeric vector with the 4 alpha values of the model.
preda matrix with the predictions
meana numeric vector containing the global mean of y
colmeansa numeric vector containing the column means of y
rowmeansa numeric vector containing the row means of y.
na.rma logical value indicating whether missing values were removed prior to the calculation of the means.
linear_filter for creating a linear filter model,
and getter fuctions for linearFilter.