invTrans {ExtrPatt} | R Documentation |
Transformation function
Description
Applies the inverse transformation t^{-1}(v) = \log(\exp{(v)} -1)
Usage
invTrans(v)
Arguments
v |
Real, positive vector |
Details
Transformation from real, positive vector in real vector under preservation of frechet-distribution.
Value
Real vector, containing the result of inverse transformation function.
Author(s)
Yuing Jiang, Dan Cooley
References
Cooley & Thibaud (2019) <doi:10.1093/biomet/asz028>
See Also
[Package ExtrPatt version 0.1-4 Index]