revers_data_trans {matrixdist} | R Documentation |
Applies the inverse of the GEV transformation but giving back the resulting vector in reverse order
Description
Used for EM step in RK.
Usage
revers_data_trans(obs, weights, beta)
Arguments
obs |
The observations. |
weights |
Weights of the observations. |
beta |
Parameters of the GEV. |
[Package matrixdist version 1.1.9 Index]