|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.chaos.LogisticMap
public final class LogisticMap
The LogisticMap class provides an object that encapsulates the logistic map. xn+1 = r xn (1-xn)
Field Summary | |
---|---|
static double |
R_16CYCLE
16-cycle bifurcation point. |
static double |
R_2CYCLE
2-cycle bifurcation point. |
static double |
R_4CYCLE
4-cycle bifurcation point. |
static double |
R_8CYCLE
8-cycle bifurcation point. |
static double |
R_ACCUMULATION
Accumulation point. |
Constructor Summary | |
---|---|
LogisticMap(double rval)
Constructs a logistic 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 R_2CYCLE
public static final double R_4CYCLE
public static final double R_8CYCLE
public static final double R_16CYCLE
public static final double R_ACCUMULATION
Constructor Detail |
---|
public LogisticMap(double rval)
rval
- the value of the r parameterMethod Detail |
---|
public double map(double x)
map
in interface Mapping
x
- a doublepublic double hausdorffDimension()
public double iterate(int n, double x)
n
- the number of iterationsx
- the initial value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |