jsci.maths.chaos
Class LogisticMap
- java.lang.Object
-
- jsci.maths.chaos.LogisticMap
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleR_16CYCLE16-cycle bifurcation point.static doubleR_2CYCLE2-cycle bifurcation point.static doubleR_4CYCLE4-cycle bifurcation point.static doubleR_8CYCLE8-cycle bifurcation point.static doubleR_ACCUMULATIONAccumulation point.
-
Constructor Summary
Constructors Constructor and Description LogisticMap(double rval)Constructs a logistic map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublehausdorffDimension()doubleiterate(int n, double x)Iterates the map.doublemap(double x)Performs the mapping.
-
-
-
Field Detail
-
R_2CYCLE
public static final double R_2CYCLE
2-cycle bifurcation point.- See Also:
- Constant Field Values
-
R_4CYCLE
public static final double R_4CYCLE
4-cycle bifurcation point.
-
R_8CYCLE
public static final double R_8CYCLE
8-cycle bifurcation point.- See Also:
- Constant Field Values
-
R_16CYCLE
public static final double R_16CYCLE
16-cycle bifurcation point.- See Also:
- Constant Field Values
-
R_ACCUMULATION
public static final double R_ACCUMULATION
Accumulation point.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LogisticMap
public LogisticMap(double rval)
Constructs a logistic map.- Parameters:
rval- the value of the r parameter
-
-
DMelt 3.0 © DataMelt by jWork.ORG