Class LogisticIIIDerivative

All Implemented Interfaces:
Icon, IconSource, Manageable, Shareable, RenderedIcon, FloatToFloat

public class LogisticIIIDerivative extends GrowthFunctionBase
  • Field Details

  • Constructor Details

    • LogisticIIIDerivative

      public LogisticIIIDerivative()
    • LogisticIIIDerivative

      public LogisticIIIDerivative(float K, float N0, float r)
  • Method Details

    • evaluateFloat

      public float evaluateFloat(float x)
      Description copied from interface: FloatToFloat
      Computes the value of this function at x.
      Parameters:
      x - where the function is to be evaluated
      Returns:
      function value at x
    • getSuggestedXMin

      public float getSuggestedXMin()
      Specified by:
      getSuggestedXMin in class GrowthFunctionBase
    • getSuggestedXMax

      public float getSuggestedXMax()
      Specified by:
      getSuggestedXMax in class GrowthFunctionBase
    • getManageableType

      public ManageableType getManageableType()
    • getK

      public float getK()
    • setK

      public void setK(float value)
    • getN0

      public float getN0()
    • setN0

      public void setN0(float value)
    • getR

      public float getR()
    • setR

      public void setR(float value)