java/com.sap.sailing.windestimation.test/src/com/sap/sailing/windestimation/integration/IncrementalMstHmmWindEstimationForTrackedRaceTest.java
... ...
@@ -83,7 +83,7 @@ public class IncrementalMstHmmWindEstimationForTrackedRaceTest extends AbstractT
83 83
private static final Logger logger = Logger.getLogger(IncrementalMstHmmWindEstimationForTrackedRaceTest.class.getName());
84 84
85 85
86
- private static final double PERCENT_QUANTILE = 0.8;
86
+ private static final double PERCENT_QUANTILE = 0.75;
87 87
88 88
/**
89 89
* These model file names must match up with the boundaries defined in the {@link DistanceValueRange} and {@link DurationValueRange}