Catalano.Math.Functions.Chaotic
Interface IChaoticFunction
-
- All Known Implementing Classes:
- CircleMap, IterativeMap, LogisticMap, PiecewiseMap, SineMap, SingerMap, SinusoidalMap, TentMap
public interface IChaoticFunctionCommon interface for to chaotic functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleGenerate(double x)Generate a value from the chaotic function.double[]Generate(double initialState, int iterations)Generate a map from the chaotic function.
-
-
-
Method Detail
-
Generate
double Generate(double x)
Generate a value from the chaotic function.- Parameters:
x- Value.- Returns:
- Value.
-
Generate
double[] Generate(double initialState, int iterations)Generate a map from the chaotic function.- Parameters:
initialState- Initial state (value).iterations- Number of iterations.- Returns:
- Chaotic map.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG