|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.chaos.HenonMap
public final class HenonMap
The HenonMap class provides an object that encapsulates the Henon map. xn+1 = 1 - a xn2 + yn yn+1 = b xn
Field Summary | |
---|---|
static double |
A_CHAOS
Chaotic a parameter value. |
static double |
B_CHAOS
Chaotic b parameter value. |
Constructor Summary | |
---|---|
HenonMap(double aval,
double bval)
Constructs a Henon map. |
Method Summary | |
---|---|
double |
hausdorffDimension()
|
double[] |
iterate(int n,
double[] x)
Iterates the map. |
double[] |
map(double[] x)
Performs the mapping. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double A_CHAOS
public static final double B_CHAOS
Constructor Detail |
---|
public HenonMap(double aval, double bval)
aval
- the value of the a parameterbval
- the value of the b parameterMethod Detail |
---|
public double[] map(double[] x)
map
in interface MappingND
x
- a 2-D double array
public double hausdorffDimension()
public double[] iterate(int n, double[] x)
n
- the number of iterationsx
- the initial values (2-D)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |