gmvi.fun: Function for GVI and MVI

Description Usage Arguments Details Value Author(s) References Examples

View source: R/gmvi.R

Description

The function computes GVI and MVI indexes for multivariate positive continuous data.

Usage

1

Arguments

Y

A matrix of positive continuous random variables

Details

gmvi.fun computes the GVI and MVI indexes defined in Kokonendji et al. (2020).

Value

Returns:

gvi

The generalized variation index

mvi

The marginal variation index

Author(s)

Aboubacar Y. Touré and Célestin C. Kokonendji

References

Kokonendji, C.C., Touré, A.Y. and Sawadogo, A. (2020). Relative variation indexes for multivariate continuous distributions on [0,∞)^k and extensions, AStA Advances in Statistical Analysis 104, 285-307.

Examples

1
2
3
4
Y<-cbind(c(2.3 ,26.1 ,8.7 ,10.9 ,1.2,1.4),c(9.7 ,7.3,9.3 ,9.4 ,10.5 ,9.8))
gmvi.fun(Y)
Z<-cbind(c(2.3 ,26.1 ,8.7),c(9.7 ,7.3,9.3),c(9.7 ,7.3,9.3),c(9.7 ,7.3,9.3))
gmvi.fun(Z)

GWI documentation built on Feb. 26, 2021, 1:06 a.m.