
Extract coefficients from a psvr_mape_sym model
coef.psvr_mape_sym.RdExtract coefficients from a psvr_mape_sym model
Usage
# S3 method for class 'psvr_mape_sym'
coef(object, ...)Value
A named list with five components, identical in meaning to
coef.psvr_mape():
alpha,alpha_starThe length-
Npre-pruning dual variables \(\alpha_k\) and \(\alpha^*_k\).betaThe pruned dual differences \(\beta_k = \alpha_k - \alpha^*_k\) over the support-vector indices (length
n_sv); this is whatpredict()uses.bBias term.
support_dataSupport vector input matrix.
Renamed in 0.0.2.9011
See coef.psvr_mape() — the same rename, for the same reason, applied to
both MAPE classes together.