Skip to main content
Home

OpenMx

Main navigation
  • Features
  • Download
  • Documentation
  • Education
  • Forums
  • Resources
  • Development
  • About
  Login

News

  • OpenMx 2.21.13 released!
  • Problem with Satorra-Bentler Chi-Squared in WLS
  • OpenMx 2.20 released!

Recent Posts

  • plotting the mediation model
  • Bivariate model — non-linear association
  • Cluster-robust SEs in State Space Model
  • How to Extract Model Fit from Individual Converged Models in mxBootstrap?
  • Cannot invert?!
More

Quadratic matrix multiplication

Breadcrumb

  1. Home
  2. Wiki
  3. Quadratic Matrix Multiplication

Wiki home page: Matrix operators and functions

The quadratic product "%&%" is a convenient (and efficient) function for pre- and post-multiplying a matrix B by another matrix A and its transpose A', ie.. A*B*A'

Quadratic form has several uses (see Quadratic form (statistics)

A %&% B is equivalent to A %*% B %*% t(A)

Conformability is cA=rB=cB


  • Log in or register to post comments
  Login

News

  • OpenMx 2.21.13 released!
  • Problem with Satorra-Bentler Chi-Squared in WLS
  • OpenMx 2.20 released!

Recent Posts

  • plotting the mediation model
  • Bivariate model — non-linear association
  • Cluster-robust SEs in State Space Model
  • How to Extract Model Fit from Individual Converged Models in mxBootstrap?
  • Cannot invert?!
More

© 2007-2025 The OpenMx Project.