| Package | Description |
|---|---|
| com.strategyquant.lib.correlation |
| Modifier and Type | Method and Description |
|---|---|
static TimePeriods |
CorrelationLib.computePeriods(int correlationPeriod,
long from,
long to)
Compute periods.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CorrelationType.computePeriods(SQOrderList orders,
TimePeriods timePeriods,
int period)
Compute periods.
|
static java.util.HashMap<java.lang.Long,TimePeriod> |
CorrelationLib.getPeriodsAsHashMap(TimePeriods timePeriods,
int period)
Gets the periods as hash map.
|