correlation_matrix {mergingTools}R Documentation

Compute correlation matrix

Description

Compute correlation matrix

Usage

correlation_matrix(splitted_data = NULL)

Arguments

splitted_data

Sample data.

Value

Returns a merged dataframe as stated in the description

References

S. Vilardell, I. Serra, R. Santalla, E. Mezzetti, J. Abella and F. J. Cazorla, "HRM: Merging Hardware Event Monitors for Improved Timing Analysis of Complex MPSoCs," in IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 39, no. 11, pp. 3662-3673, Nov. 2020, <doi:10.1109/TCAD.2020.3013051>.

Examples

n_pmcs <- 6
data_much <- mergingTools::process_raw_experiments(data = data_much_raw_vignette,
                                                   n_pmcs = n_pmcs)
cor_matrix <- mergingTools::correlation_matrix(splitted_data = data_much)

[Package mergingTools version 1.0.1 Index]