Skip to content

This repository contains an R package that computes the influence functions time series of the returns for the risk and performance measures as mentioned in Zhang et al. (2021) (https://www.scirp.org/journal/paperabs.aspx?paperid=107040). Also evaluates estimators influence functions at a set of parameter values and plots them to display the sha…

Notifications You must be signed in to change notification settings

AnthonyChristidis/RPEIF

Repository files navigation

Build Status CRAN_Status_Badge Downloads

RPEIF

This package provides functions for computing the influence functions of risk and performance measures.


Installation

You can install the stable version on R CRAN.

install.packages("RPEIF", dependencies = TRUE)

You can install the development version from GitHub.

library(devtools) 
devtools::install_github("AnthonyChristidis/RPEIF")

Usage

# Sample Code
library(RPEIF)
# Loading the data
data(edhec, package = "PerformanceAnalytics")
colnames(edhec) = c("CA", "CTAG", "DIS", "EM","EMN", "ED", "FIA",
                    "GM", "LS", "MA", "RV", "SS", "FoF")
# Computing the IF of the returns (with outlier cleaning and prewhitening)
outIF <- IF(risk = "Mean",
            returns = edhec[,"CA"], evalShape = FALSE, retVals = NULL, nuisPars = NULL,
            IFplot = TRUE, IFprint = TRUE,
            prewhiten = TRUE,
            cleanOutliers = TRUE, cleanMethod = "locScaleRob", eff = 0.99)

License

This package is free and open source software, licensed under GPL (>= 2).

About

This repository contains an R package that computes the influence functions time series of the returns for the risk and performance measures as mentioned in Zhang et al. (2021) (https://www.scirp.org/journal/paperabs.aspx?paperid=107040). Also evaluates estimators influence functions at a set of parameter values and plots them to display the sha…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages