The OpenD Programming Language

flexInverse

Compute inverse transformation of a T_c family given point x. Based on Table 1, column 3 of Botts et al. (2013).

static if(is(typeof( )))
S
flexInverse
(
bool common = false
S
)
(
in S x
,
in S c
)

Parameters

common

whether c be 0, -0.5, -1 or 1

x S

value to transform

c S

T_c family to use for the transformation

Return Value

Type: S

Flex-inversed value of x

Meta