make.quantile.surfaces: Construct quantile estimates

Description Usage Arguments Value

View source: R/make_quantile_surfaces.R

Description

make.quantile.surfaces takes the quantile regression parameters estimated by get.quantiles and constructs the resultant quantile estimates using the basis functions used as predictors in the quantile regression.

Usage

1
make.quantile.surfaces(params, bulk.x, tail.x, norm.x)

Arguments

params

the list output from get.quantiles giving the fit quantiles and their corresponding coefficients

bulk.x, tail.x, norm.x

the basis functions used to estimate the coefficients; i.e. loaded from file or recalculated using get.predictors

Value

a [365 x num_years x num_quantiles] numeric array giving the estimated quantiles ([day of year,year,quantile])


ks905383/quantproj documentation built on Nov. 1, 2020, 9:12 p.m.