bri.nonstat | R Documentation |
Non-stationary smoothing for Gaussian Process Regression in 1D
bri.nonstat(x, y, nbasis = 25, sbasis = 5, degree = 2, alpha = 2,
xout = x, sigma0 = sd(y), rho0 = 0.25 * (max(x) - min(x)))
x |
the predictor vector |
y |
the response vector |
nbasis |
- number of basis functions for the spline (default is 25) |
sbasis |
- number of basis functions for the smoothing of sigma and rho |
degree |
- degree for splines (default is 2) - allowable possibilities are 0, 1 or 2. |
alpha |
- controls shape of the GP kernel (default is 2) - 0 < alpha <=2 is possible |
xout |
- grid on which posterior will be calculated (default is x) |
list consisting of xout, the posterior mean, the lower 95% credibility band, the upper 95% credibility band and the INLA object containing the fit
Julian Faraway, jjf23@bath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.