Skip to content

VarianceComponentModels.jl

Utilities for fitting and testing variance component models

VarianceComponentModels.jl implements computation routines for fitting and testing variance component model of form

where $\otimes$ is the Kronecker product.

In this model, data is represented by

  • Y: n x d response matrix
  • X: n x p covariate matrix
  • V=(V1,...,Vm): a tuple m n x n covariance matrices

and parameters are

  • B: p x d mean parameter matrix
  • Σ=(Σ1,...,Σm): a tuple of m d x d variance components

Package Features

Installation

Use the Julia package manager to install VarianceComponentModels.jl.

Pkg.clone("https://github.com/OpenMendel/VarianceComponentModels.jl.git")

This package supports Julia 0.6.

Manual Outline