The transformation that is applied to the scaling parameter of the vsn model
The transformation that is applied to the scaling parameter of the vsn model
scalingFactorTransformation(b)
b |
Real vector. |
A real vector of same length as b, with transformation f
applied (see
vignette Likelihood Calculations for vsn).
Wolfgang Huber
b = seq(-3, 2, length=20) fb = scalingFactorTransformation(b) if(interactive()) plot(b, fb, type="b", pch=16)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.