Modifier and Type | Field and Description |
---|---|
static double |
A_CHAOS
Chaotic a parameter value.
|
static double |
B_CHAOS
Chaotic b parameter value.
|
Constructor and Description |
---|
HenonMap(double aval,
double bval)
Constructs a Henon map.
|
Modifier and Type | Method and Description |
---|---|
double |
hausdorffDimension() |
double[] |
iterate(int n,
double[] x)
Iterates the map.
|
double[] |
map(double[] x)
Performs the mapping.
|
public static final double A_CHAOS
public static final double B_CHAOS
public HenonMap(double aval, double bval)
aval
- the value of the a parameterbval
- the value of the b parameter