public class GaussKernelShape extends Object implements KernelShape
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.
Modifier and Type | Method and Description |
---|---|
String |
toString() |
double |
weight(double c,
double dx,
double dt)
Calculates a weight.
|
public double weight(double c, double dx, double dt)
weight
in interface KernelShape
c
- double; assumed propagation speeddx
- double; distance between measurement and estimated pointdt
- double; time between measurement and estimated pointCopyright © 2014–2019 Delft University of Technology. All rights reserved.