Skip to content
Prev 1473 / 2152 Next

Parallel linear model

The WideLM package was developed to deal specifically with this type  
of problem.  It computes regression coefficients and performs a  
limited amount of ANOVA using a GPU.

Models are currently limited to a small number of main effects and  
interactions.  The design matrix is also limited by the GPU's memory  
size - typically several GB.  Execution time scales nicely with the  
number of models tested, i.e., your 'n' below.

We developed it specifically to look for evidence of epistasis in  
genomic data, but would like to make it more generally accessible.   
Constructive criticism is most welcome.

  - Mark Seligman