public class GrangerCausalityParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BETA |
static int |
DEFAULT_MAXH |
static int |
DEFAULT_MINIMALSAMPLESIZE |
Constructor and Description |
---|
GrangerCausalityParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getBeta() |
int |
getMaxH() |
int |
getMinimumSampleSize() |
void |
setBeta(int beta) |
void |
setMaxH(int maxH) |
void |
setMinimumSampleSize(int minimumSampleSize) |