Class GaussKernelShape

java.lang.Object
org.opentrafficsim.core.egtf.GaussKernelShape
All Implemented Interfaces:
KernelShape

public class GaussKernelShape
extends java.lang.Object
implements KernelShape
Gaussian implementation of a shape.

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

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version 31 okt. 2018
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()
    double weight​(double c, double dx, double dt)
    Calculates a weight.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • weight

      public double weight​(double c, double dx, double dt)
      Calculates a weight.
      Specified by:
      weight in interface KernelShape
      Parameters:
      c - double; assumed propagation speed
      dx - double; distance between measurement and estimated point
      dt - double; time between measurement and estimated point
      Returns:
      double; weight
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object