Learn R Programming

⚠️There's a newer version (2.1.1) of this package.Take me there.

qrnn (version 2.0.1)

Quantile Regression Neural Network

Description

Fit quantile regression neural network models with optional left censoring, partial monotonicity constraints, generalized additive model constraints, and the ability to fit multiple non-crossing quantile functions following Cannon (2011) and Cannon (2017) .

Copy Link

Version

Install

install.packages('qrnn')

Monthly Downloads

784

Version

2.0.1

License

GPL-2

Maintainer

Alex Cannon

Last Published

December 11th, 2017

Functions in qrnn (2.0.1)

hramp.prime

Derivative of the approximation to the ramp function
gam.style

Modified generalized additive model plots for interpreting QRNN models
huber

Huber norm function
hramp

Approximation to the ramp function
elu

Exponential linear function
qrnn.rbf

Radial basis function kernel
qrnn.initialize

Initialize a QRNN weight vector
elu.prime

Derivative of the exponential linear function
qrnn.predict

Evaluate quantiles from trained QRNN model
composite.stack

Reformat data matrices for composite quantile regression
huber.prime

Derivative of the Huber norm function
linear

Identity function
dummy.code

Convert a factor to a matrix of dummy codes
qrnn.cost

Smooth approximation to the tilted absolute value cost function
qrnn.fit

Main function used to fit a QRNN model or ensemble of QRNN models
YVRprecip

Daily precipitation data at Vancouver Int'l Airport (YVR)
sigmoid

Sigmoid function
sigmoid.prime

Derivative of the sigmoid function
linear.prime

Derivative of the linear function
qrnn2

Fit and make predictions from QRNN models with two hidden layers
mcqrnn

Monotone composite quantile regression neural network (MCQRNN)
quantile.dtn

Interpolated quantile distribution with exponential tails
censored.mean

A hybrid mean/median function for left censored variables
qrnn-package

Quantile Regression Neural Network
softplus

Approximation to the rectified linear function
softplus.prime

Derivative of the approximation to the rectified linear function
tilted.approx.prime

Derivative of the approximate tilted absolute value function
tilted.abs

Tilted absolute value function
tilted.approx

Approximation to the tilted absolute value function