Documentation of 'Catalano.Math.Functions.Chaotic.SinusoidalMap' Java class
SinusoidalMap
Catalano.Math.Functions.Chaotic

Class SinusoidalMap

    • Constructor Summary

      Constructors 
      Constructor and Description
      SinusoidalMap()
      Initialize a new instance of the SinusoidalMap class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double Generate(double x)
      Generate a value from the chaotic function.
      double[] Generate(double initialState, int iterations)
      Generate a map from the chaotic function.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SinusoidalMap

        public SinusoidalMap()
        Initialize a new instance of the SinusoidalMap class.
    • Method Detail

      • Generate

        public double Generate(double x)
        Description copied from interface: IChaoticFunction
        Generate a value from the chaotic function.
        Specified by:
        Generate in interface IChaoticFunction
        Parameters:
        x - Value.
        Returns:
        Value.
      • Generate

        public double[] Generate(double initialState,
                                 int iterations)
        Description copied from interface: IChaoticFunction
        Generate a map from the chaotic function.
        Specified by:
        Generate in interface IChaoticFunction
        Parameters:
        initialState - Initial state (value).
        iterations - Number of iterations.
        Returns:
        Chaotic map.

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.