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