Class PartialCovariancesEx2

java.lang.Object
com.imsl.test.example.stat.PartialCovariancesEx2

public class PartialCovariancesEx2 extends Object

Computes partial covariances after adjusting for specific variables.

This example computes partial correlations from a 9 variable correlation matrix originally given by Emmett (1949). The partial correlations between the remaining variables, after adjusting for variables 1, 3 and 9, are computed. Note in the output that the row and column labels are numbers, not variable numbers. The corresponding variable numbers would be 2, 4, 5, 6, 7 and 8, respectively.
See Also:
  • Constructor Details

    • PartialCovariancesEx2

      public PartialCovariancesEx2()
  • Method Details