Basic Examples (2)
Compute the first order correlation of a rational 3×3 matrix:
Compute the first order correlation of a symbolic symmetric 2×2 matrix:
Applications (2)
Find the value of an element in a 3×3 zero-order correlation matrix that will set to 0 the corresponding element in the first order correlation matrix:
Find the element in a 4×4 zero-order correlation matrix that will set to 0 the corresponding element in the first order correlation matrix:
Neat Examples (5)
Compare the false positive rates and true positive rates among "minority" and "majority" populations when classifying a population where the first variable is correlated with the second, the first variable is correlated with the third, but, after the first variable is taken into account, the second variable is uncorrelated with the third.
Take a first order correlation matrix and compute the zero-order correlation matrix:
Use the zero-order correlation matrix as the covariance matrix of a multinormal copula and use that to produce 1000 instances of training data and 1000 instances of test data:
Classify uses AutoML to figure out how to best classify the data; ClassifierMeasurements uses the trained classifier and the test data to compute various performance statistics:
Select picks out minority members from the test data set; the same performance statistics are generated:
Select picks out majority members from the test data set; the same performance statistics are generated:
Although there is no intentional "discrimination," and while the accuracy of the classifier is roughly the same for both groups, the false positive rates and true positive rates are higher for the majority than the minority.