Creates a spline function using the splinefun function that estimates univariate response of parameter input to model output

sa.splinefun(quantiles.input, quantiles.output)

Arguments

quantiles.input

passed to `x` argument of `stats::splinefun`

quantiles.output

passed to `y` argument of `stats::splinefun`

Value

function