qrglasso
ObjectInternal function to validate parameters for predicting with a qrglasso
class object.
check_predict_parameters(
qrglasso_object,
metric_type,
top_k,
degree,
boundaries
)
NULL
.
A qrglasso
class object.
Character. Metric type for gamma selection, e.g., BIC
, BIC-log
. Default is BIC
.
Integer. Top K estimated functions.
Integer. Degree of the piecewise polynomial.
Array. Two boundary points.