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