Learn R Programming

QuantRegGLasso (version 1.0.0)

check_predict_parameters: 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
)

Value

NULL.

Arguments

qrglasso_object

A qrglasso class object.

metric_type

Character. Metric type for gamma selection, e.g., BIC, BIC-log. Default is BIC.

top_k

Integer. Top K estimated functions.

degree

Integer. Degree of the piecewise polynomial.

boundaries

Array. Two boundary points.