public class CovarianceHelper extends Object
Constructor and Description |
---|
CovarianceHelper() |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.math3.linear.RealMatrix |
covarianceToRealMatrix(edu.ucdenver.bios.webservice.common.domain.Covariance covariance,
List<edu.ucdenver.bios.webservice.common.domain.ResponseNode> responsesList)
Create a covariance matrix for responses
|
static org.apache.commons.math3.linear.RealMatrix |
covarianceToRealMatrix(edu.ucdenver.bios.webservice.common.domain.Covariance covariance,
edu.ucdenver.bios.webservice.common.domain.RepeatedMeasuresNode rmNode)
Convert a covariance object into a RealMatrix.
|
public static org.apache.commons.math3.linear.RealMatrix covarianceToRealMatrix(edu.ucdenver.bios.webservice.common.domain.Covariance covariance, edu.ucdenver.bios.webservice.common.domain.RepeatedMeasuresNode rmNode)
covariance
- Covariance domain objectrmNode
- the repeated measures information associated
with the covariance objectpublic static org.apache.commons.math3.linear.RealMatrix covarianceToRealMatrix(edu.ucdenver.bios.webservice.common.domain.Covariance covariance, List<edu.ucdenver.bios.webservice.common.domain.ResponseNode> responsesList)
covariance
- the covariance domain objectresponsesList
- the response variablesUniversity of Colorado Denver, Department of Biostatistics and Informatics