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

public class Mitscherlich extends GrowthFunctionBase
  • Field Details

    • b1

      public float b1
    • b2

      public float b2
    • b3

      public float b3
    • e

      public float e
    • $TYPE

      public static final Mitscherlich.Type $TYPE
    • b1$FIELD

      public static final SCOType.Field b1$FIELD
    • b2$FIELD

      public static final SCOType.Field b2$FIELD
    • b3$FIELD

      public static final SCOType.Field b3$FIELD
    • e$FIELD

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

    • Mitscherlich

      public Mitscherlich()
    • Mitscherlich

      public Mitscherlich(float b1, float b2, float b3, float e)
  • 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()
    • getB1

      public float getB1()
    • setB1

      public void setB1(float value)
    • getB2

      public float getB2()
    • setB2

      public void setB2(float value)
    • getB3

      public float getB3()
    • setB3

      public void setB3(float value)
    • getE

      public float getE()
    • setE

      public void setE(float value)