Class FactorEstimation

java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.FactorEstimation
All Implemented Interfaces:
Supplier<FactorEstimation>, Stateless<FactorEstimation>, Estimation

public final class FactorEstimation extends Object implements Estimation, Stateless<FactorEstimation>
Estimation using EST_FACTOR as set by the Fuller implementation.

Copyright (c) 2024-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel
  • Field Details

    • EST_FACTOR

      public static final ParameterTypeDouble EST_FACTOR
      Erroneous estimation factor on distance and speed difference.
    • SINGLETON

      public static final FactorEstimation SINGLETON
      Estimation based on a factor determined by Fuller.
  • Method Details