btrany: Back transform the y values to the original scale

View source: R/btrany.r

btranyR Documentation

Back transform the y values to the original scale

Description

This function back transforms the y values to the original scale.

Usage

btrany(y, tau = 100, type = 1, a = tau, b = 1, c = 0)

Arguments

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.

Value

Returns the back-transformed values in the original scale.

Examples

y=runif(100)
btrany(y=y,tau=10,type=1,a=10,b=2,c=0.5)


marvels2031/PWEALL_1.4.0 documentation built on April 22, 2022, 12:52 a.m.