Skip to contents

Predict non-crossing component quantiles from a multi-tau fit

Usage

# S3 method for class 'mixqr_multitau'
predict(object, newdata = NULL, ...)

Arguments

object

A mixqr_nc() fit.

newdata

Optional data frame; defaults to the training design.

...

Unused.

Value

An [n, m, L] array of fitted quantiles. With noncrossing = "rearrange" each component's L quantiles are sorted to be nondecreasing in tau (Chernozhukov et al. 2010), guaranteeing no crossing.