Menu:

Visitor number 16225 since June 13, 2007.

PDMATRIX

Programs to make matrices positive definite

Purpose

PDMATRIX is a collection of - currently two - programs to help make invalid, i.e. non-positive definite covariance matrices positive (semi-) definite, allowing individual estimates to be given differential emphasis. The programs are :

  1. FLBEND written by John Henshall ( )
  2. FLBEND modifies a non-positive definite matrix comprised of pair wise or block covariance estimates, where estimates may or may not be based on experimental results.
  3. FLBEND finds a positive definite covariance matrix at 'minimum distance' from a non-positive definite matrix, from of pair- or or block-wise covariance estimates. The distance function is the weighted Euclidean norm, i.e. the elementwise sum of squared differences, weighted by standard error estimates. Finding the positive definite matrix is a constrained minimisation problem with the boundary of the constraint not a simple function. A reparameterisation is used to simplify the minimisation problem.
  4. FLBEND has been used to obtain covariance matrices for use in Australian sheep genetic evaluations. Variance components for groups of 42 traits were combined into genetic and residual matrices which were close to, but not positive definite. Using FLBEND, positive definite matrices were obtained in which the largest deviations from the composite matrices were for those correlations with highest standard errors.
  5. ITSUMCOV written by Karin Meyer ()
  6. ITSUMCOV deals with specific case of multiple, multivariate analyses of different subsets of a number of traits. Say we have q traits in total, and S analyses involving k traits each.
  7. ITSUMCOV implements the 'iterative summing of expanded part matrices' approach of Mantysaari (1999; 50th Annual Meeting Europ. Ass. Anim. Prod.), modified to allow for differential weights for different analyses.
  8. ITSUMCOV has been used to combine estimates from 231 bivariate analyses for 22 traits recorded for Hereford cattle, resulting in an estimate of the complete genetic covariance matrix for traits in BREEDPLAN, the Australian genetic evaluation scheme for beef cattle.
  9. New: Pooling of estimates from part analyses using a penalized likelihood approach - provides an alternative with better properties; see: http://didgeridoo.une.edu.au/km/pool.php

Computing environment

Programs are written in standard Fortran 95 and self-contained, except for some public domain random number generation routines used in FLBEND. Compiled versions are available for Linux and Compaq Alpha stations.

Availability

Programs are available free of charge to the scientific community under the conditions that they remains our copyright, that they not modified other than to adapt it to the local computing environment or for personal research, that it is used for scientific purposes only, and that their use is credited in any publications.

Disclaimer

  • While every effort has been made to ensure that programs in PDMATRIX do what they claims to do, there is absolutely no guarantee for its correctness.
  • You are using PDMATRIX entirely at your own risk, and there is no user-support service.

Reference

Henshall, J.M. and Meyer, K. (2002). "PDMATRIX - Programs to make matrices positive definite". Seventh World Congress on Genetics Applied to Livestock Production, Montpellier, France, August 19-23, 2002, Communication No. 28-12.

View summary - download manuscript (2 pages, pdf file)

FLBEND

  • FLBEND has been packaged into a Unix 'tape archive' and compressed using 'gzip'. It can be downloaded as : flbend.tar.gz (305 KB, 2507 downloads since 18/6/2007), last update: 28/06/18.
  • Unpacking this file will create a directory FLBEND with 4 subdirectories :
    1. doc contains the file flbend.txt with the documentation for FLBEND and a worked example.
    2. source contains the Fortran source code for FLBEND.
    3. bin contains the compiled exectables for FLBEND :
      • flbend_linux is a compiled version for a PC running Linux.
      • flbend_compaq64 is a compiled version for a Compaq True64 work station
    4. example contains the files for an example run of FLBEND.

ITSUMCOV

  • ITSUMCOV has been packaged into a Unix 'tape archive' and compressed using 'gzip'. It can be downloaded as : itsumcov.tar.gz (583 KB, 1884 downloads since 18/6/2007), last update: 28/06/18.
  • Unpacking this file will create a directory ITSUMCOV with 4 subdirectories :
    1. doc contains the file itsumcov.txt with the documentation for ITSUMCOV.
    2. source the Fortran source code for ITSUMCOV :
      • itsum.f
    3. bin contains the compiled exectables for ITSUMCOV :
      • itsumcov_linux is a compiled version for a PC running Linux.
      • itsumcov_compaq64 is a compiled version for a Compaq True64 work station
    4. example contains the files for an example run of ITSUMCOV.