Learn R Programming

scov (version 0.1.2)

correlation_matrix: Estimates the correlation matrix of the dataset

Description

Estimates the correlation matrix of the dataset

Usage

correlation_matrix(dataset, mean_estim, sd_estim)

Value

an estimate of the correlation matrix

Arguments

dataset

n x d matrix (n = number of observations, d = dimension)

mean_estim

estimate of the mean vector of the dataset

sd_estim

estimate of the standard deviation vector of the dataset