Learn R Programming

PortfolioTesteR (version 0.1.4)

ic_series: Information Coefficient time series

Description

Information Coefficient time series

Usage

ic_series(scores, labels, method = c("spearman", "pearson"))

Value

data.table with Date and IC.

Arguments

scores

Wide score panel (Date + symbols).

labels

Wide label panel aligned to scores.

method

IC method ('spearman' or 'pearson').