public class DoubleCorrelationAggregation extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
combine(CorrelationState state,
CorrelationState otherState) |
static void |
corr(CorrelationState state,
BlockBuilder out) |
static void |
input(CorrelationState state,
double dependentValue,
double independentValue) |
public static void input(CorrelationState state, double dependentValue, double independentValue)
public static void combine(CorrelationState state, CorrelationState otherState)
public static void corr(CorrelationState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.