Class RateFunctions
java.lang.Object
net.simplace.usermodules.gk.learning.RateFunctions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleABPopulation(double sA, double sB, double pAlpha, double pBeta) PredatorPrey(double sPredator, double sPrey, double pAlphaPredator, double pAlphaPrey, double pBetaPredator, double pBetaPrey) PredatorPrey2(double sPredator, double sPrey, double pAlphaPredator, double pAlphaPrey, double pBetaPredator, double pBetaPrey) static doubleSpringPendulum(double distortion, double velocity, double springconstant, double mass) static doubleSpringPendulumDistortion(double velocity) static doubleSpringPendulumVelocity(double distortion, double springconstant, double mass)
-
Constructor Details
-
RateFunctions
public RateFunctions()
-
-
Method Details
-
SpringPendulumVelocity
public static double SpringPendulumVelocity(double distortion, double springconstant, double mass) -
SpringPendulumDistortion
public static double SpringPendulumDistortion(double velocity) -
SpringPendulum
-
ABPopulation
public static double ABPopulation(double sA, double sB, double pAlpha, double pBeta) -
PredatorPrey
-
PredatorPrey2
public static RateFunctions.PredatorPreyResult PredatorPrey2(double sPredator, double sPrey, double pAlphaPredator, double pAlphaPrey, double pBetaPredator, double pBetaPrey) -
rRoot
-