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

public class GompertzIII extends GrowthFunctionBase
  • Field Details

    • y0

      public float y0
    • ymax

      public float ymax
    • k

      public float k
    • lag

      public float lag
    • $TYPE

      public static final GompertzIII.Type $TYPE
    • y0$FIELD

      public static final SCOType.Field y0$FIELD
    • ymax$FIELD

      public static final SCOType.Field ymax$FIELD
    • k$FIELD

      public static final SCOType.Field k$FIELD
    • lag$FIELD

      public static final SCOType.Field lag$FIELD
  • Constructor Details

    • GompertzIII

      public GompertzIII()
    • GompertzIII

      public GompertzIII(float y0, float ymax, float k, float lag)
  • 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()
    • getY0

      public float getY0()
    • setY0

      public void setY0(float value)
    • getYmax

      public float getYmax()
    • setYmax

      public void setYmax(float value)
    • getK

      public float getK()
    • setK

      public void setK(float value)
    • getLag

      public float getLag()
    • setLag

      public void setLag(float value)