mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
@@ -8,7 +8,7 @@ public class MathHandler {
|
||||
double b = -0.05;
|
||||
double k = 200;
|
||||
if (x < 50){
|
||||
bias = -1.338;
|
||||
bias = -1.339;
|
||||
}
|
||||
return ((k / (1 + Math.pow(Math.E,(a + (b * x))))) + bias);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user