Differentially private covariance matrix
epsilonVector of epsilon values where the ith epsilon will be used for the ith covariance calculation in flattened lower triangle of covariance matrix. (The flattened output corresponds to the covariance matrix by proceeding proceeding top-to-bottom down each column of the lower triangular matrix including the diagonal.)
accuracySingle accuracy value that will be used to compute each epsilon for each individual covariance calculation in the covariance matrix.
globalEpsGlobal epsilon to be split between all of the covariance calculations
epsilonDistVector of percentages (valued 0 to 1) that describes how global epsilon globalEps should be
split for each covariance calculation.
accuracyValsVector of accuracy values where the ith accuracy will be used for the ith covariance calculation in flattened lower triangle of covariance matrix. (The flattened output corresponds to the covariance matrix by proceeding proceeding top-to-bottom down each column of the lower triangular matrix including the diagonal.)
formulaR formula for regression models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.