si_linear_exc {compindexR}R Documentation

Calculate Si using linear method by excluding Xi

Description

Calculate Si using linear method by excluding Xi at each iteration while calculating Si

Usage

si_linear_exc(x, avg_type = "simple")

Arguments

x

A Dataframe

avg_type

Choosing average type. So far "simple", "geometric" and "harmonic" average are availableƧ

Value

A data frame

Examples

x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20))
si_linear_exc(x,avg_type = "simple")

[Package compindexR version 0.1.3 Index]