predict.srp.l: The Smooth-Rough Partition model prediction

Description Usage Arguments Details Value Author(s) See Also

Description

This function performs the predictions from the results of Smooth-Rough Partition fitting.

Usage

1
2
## S3 method for class 'srp.l'
predict(object, x, ...)

Arguments

object

An object of class 'srp.l', returned by srp.l.

x

A new matrix you wish to fit Smooth-Rough Partition model. The dimension of row is the number of covariates.

...

Further parameters that can be passed to predict.srp.l.

Details

The Smooth-Rough Partition model is described in "Regularised forecasting via smooth-rough partitioning of the regression coefficients", H. Maeng and P. Fryzlewicz (2018), preprint.

Value

yhat

The vector of predicted values.

Author(s)

Hyeyoung Maeng, h.maeng@lse.ac.uk

See Also

sic.l, srp.l


srp documentation built on May 2, 2019, 9:31 a.m.

Related to predict.srp.l in srp...