Interface DiscreteMap
- All Superinterfaces:
DynamicalMap<double[]>
- All Known Implementing Classes:
HenonMap, LogisticMap
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the dimension of the state space.doubleReturns the Hausdorff dimension (fractal dimension) of the attractor, if known.Methods inherited from interface DynamicalMap
iterate, map
-
Method Details
-
dimensions
int dimensions()Returns the dimension of the state space.- Returns:
- the dimension
-
hausdorffDimension
double hausdorffDimension()Returns the Hausdorff dimension (fractal dimension) of the attractor, if known.- Returns:
- the Hausdorff dimension
-