lowerTriangleSize: Size of the lower triangle of the covariance matrix that will...

Description Usage Arguments Details Value

View source: R/utilities-covariance.R

Description

Note that covariance matrices are symmetric and thus only the lower triangle needs to be calculated, so this is equivalent to the number of values that will need to be differentially privately calculated.

Usage

1

Arguments

columns

Vector of column names, indicating columns of a data frame that the covariance matrix will be calculated over.

Details

If the user input output covariance matrix will have dimension lower triangle of the matrix will have size

Value

Integer. Size of lower triangle of the covariance matrix that will be generated by covariance statistic. INCLUDING DIAGONAL


IQSS/PSI-Library documentation built on Feb. 15, 2020, 9:03 p.m.