jsci.maths.chaos
Class HenonMap
- java.lang.Object
-
- jsci.maths.chaos.HenonMap
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleA_CHAOSChaotic a parameter value.static doubleB_CHAOSChaotic b parameter value.
-
Constructor Summary
Constructors Constructor and Description HenonMap(double aval, double bval)Constructs a Henon map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublehausdorffDimension()double[]iterate(int n, double[] x)Iterates the map.double[]map(double[] x)Performs the mapping.
-
-
-
Field Detail
-
A_CHAOS
public static final double A_CHAOS
Chaotic a parameter value.- See Also:
- Constant Field Values
-
B_CHAOS
public static final double B_CHAOS
Chaotic b parameter value.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HenonMap
public HenonMap(double aval, double bval)Constructs a Henon map.- Parameters:
aval- the value of the a parameterbval- the value of the b parameter
-
-
DMelt 3.0 © DataMelt by jWork.ORG