public class LearCorrelation extends Object
Constructor and Description |
---|
LearCorrelation(List<Integer> integerList)
Create a Lear Correlation object to calculate correlation between
repeated measurements.
|
Modifier and Type | Method and Description |
---|---|
double |
getRho(int i,
int j,
double baseCorrelation,
double rateOfDecay)
Calculate the Lear correlation between the ith and jth
repeated measurement.
|
public LearCorrelation(List<Integer> integerList) throws IllegalArgumentException
node
- repeated measures node objectIllegalArgumentException
public double getRho(int i, int j, double baseCorrelation, double rateOfDecay) throws IllegalArgumentException
i
- index of one of the measurementsj
- index of the comparison measurementbaseCorrelation
- correlation between elements that are 1 unit apartrateOfDecay
- rate at which the correlation decays.IllegalArgumentException
University of Colorado Denver, Department of Biostatistics and Informatics