Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
LogisticMap(double rval)
Constructs a logistic 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 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
public LogisticMap(double rval)
rval
- the value of the r parameter