btrany | R Documentation |
This function back transforms the y values to the original scale.
btrany(y, tau = 100, type = 1, a = tau, b = 1, c = 0)
y |
A vector of transformed y values, y must be in interval [0,1]. |
tau |
A constant denoting the upper bound of the observed data. |
type |
Type of the transformation, 1: Gamma type, 2: Weibull type, and other values: uniform |
a |
Parameter a in the transformation. |
b |
Parameter b in the transformation. |
c |
Parameter c in the transformation. |
Returns the back-transformed values in the original scale.
y=runif(100) btrany(y=y,tau=10,type=1,a=10,b=2,c=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.