revers_data_trans: Applies the inverse of the GEV transformation but giving back...

View source: R/RcppExports.R

revers_data_transR 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.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.