ftrf {Bhat} | R Documentation |
maps a bounded parameter x onto the real line according to y=log((x-xl)/(xu-x))), with xl < x < xu. If this constraint is violated, an error occurs. x may be vector
ftrf(x, xl, xu)
x |
a numeric vector |
xl |
a numeric vector of same length as x with x > xl |
xu |
a numeric vector of same length as x with x < xu |
returns numerical vector of transforms
E. Georg Luebeck (FHCRC)