computing_s_regression | R Documentation |
It computes modulation functions which allows local scaling of the prediction bands .
computing_s_regression(vec_residual, type, alpha, tau, grid_size)
vec_residual |
A vector of the residuals obtained via functional modeling. |
type |
A string indicating the type of modulation function chosen. The alternatives are "identity","st-dev","alpha-max". |
alpha |
The value of the confidence interval. |
tau |
A number between 0 and 1 used for the randomized version of the algorithm. |
grid_size |
A vector containing the number of grid points in each dimension. |
More details can be found in the help of conformal.fun.split
function.
It returns a the values of a modulation function in each dimension of the response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.