check_predict_parameters {QuantRegGLasso} | R Documentation |
Internal Function: Validate Parameters for Prediction with a qrglasso
Object
Description
Internal function to validate parameters for predicting with a qrglasso
class object.
Usage
check_predict_parameters(
qrglasso_object,
metric_type,
top_k,
degree,
boundaries
)
Arguments
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. |
Value
NULL
.
[Package QuantRegGLasso version 1.0.0 Index]