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

public class LogisticV extends GrowthFunctionBase
  • Field Details

    • A1

      public float A1
    • A2

      public float A2
    • a

      public float a
    • p

      public float p
    • y0

      public float y0
    • $TYPE

      public static final LogisticV.Type $TYPE
    • A1$FIELD

      public static final SCOType.Field A1$FIELD
    • A2$FIELD

      public static final SCOType.Field A2$FIELD
    • a$FIELD

      public static final SCOType.Field a$FIELD
    • p$FIELD

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

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

    • LogisticV

      public LogisticV()
    • LogisticV

      public LogisticV(float A1, float A2, float a, float p, float y0)
  • 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()
    • getA1

      public float getA1()
    • setA1

      public void setA1(float value)
    • getA2

      public float getA2()
    • setA2

      public void setA2(float value)
    • getA

      public float getA()
    • setA

      public void setA(float value)
    • getP

      public float getP()
    • setP

      public void setP(float value)
    • getY0

      public float getY0()
    • setY0

      public void setY0(float value)