- EM_BAHILLO_PAPER - Static variable in class latmath.errormodel.ErrorModelLosNlos
-
Error model used in Bahillo paper (RLSM).
- EM_NANOPAN_5375 - Static variable in class latmath.errormodel.ErrorModelNanopan5375
-
Predefined error model for Nanopan5375 radio chip with default maximum
error of 30 m = expected indoor radio range.
- EM_NAWAZ_PAPER - Static variable in class latmath.errormodel.ErrorModelLosNlosUniform
-
Error model used in Nawaz paper (RML).
- EMinMaxW2 - Class in latmath.algorithm
-
Extended Min-Max algorithm.
- EMinMaxW2() - Constructor for class latmath.algorithm.EMinMaxW2
-
- EMinMaxW4 - Class in latmath.algorithm
-
Extended Min-Max algorithm.
- EMinMaxW4() - Constructor for class latmath.algorithm.EMinMaxW4
-
- equals(Object) - Method in class latmath.util.Point2d
-
- equals(Object) - Method in class latmath.util.PointAndRange
-
- ErrorModel - Interface in latmath.errormodel
-
Methods all distance based error models must implement.
- ErrorModelLos - Class in latmath.errormodel
-
Error model modeling LOS using a Normal Distribution (LOS).
- ErrorModelLos(double, double, double) - Constructor for class latmath.errormodel.ErrorModelLos
-
Creates a new instance of ErrorModelLos
.
- ErrorModelLosNlos - Class in latmath.errormodel
-
Error model modeling LOS and NLOS errors using a Normal Distribution (LOS)
and an Exponential Distribution (NLOS).
- ErrorModelLosNlos(double, double, double, double, double) - Constructor for class latmath.errormodel.ErrorModelLosNlos
-
Creates a new instance of ErrorModelLosNlos
.
- ErrorModelLosNlosGMM - Class in latmath.errormodel
-
Error model modeling LOS and NLOS errors using two-mode Gaussian mixture
model (GMM).
- ErrorModelLosNlosGMM(double, double, double, double) - Constructor for class latmath.errormodel.ErrorModelLosNlosGMM
-
Creates a new instance of ErrorModelLosNlosGMM
.
- ErrorModelLosNlosUniform - Class in latmath.errormodel
-
Error model modeling LOS and NLOS errors using a Normal Distribution (LOS)
and an Uniform Distribution (NLOS).
- ErrorModelLosNlosUniform(double, double, double, double, double) - Constructor for class latmath.errormodel.ErrorModelLosNlosUniform
-
Creates a new instance of ErrorModelLosNlosUniform
.
- ErrorModelNanopan5375 - Class in latmath.errormodel
-
Error model modeling ranging error of Nanotron's Nanopan5375 radio chip.
- ErrorModelNanopan5375(double) - Constructor for class latmath.errormodel.ErrorModelNanopan5375
-
Creates a new instance of ErrorModelNanopan5375
.
- ErrorModelNone - Class in latmath.errormodel
-
Error model modeling no ranging error.
- ErrorModelNone(double) - Constructor for class latmath.errormodel.ErrorModelNone
-
Creates a new instance of ErrorModelNone
.
- ErrorModelUniform - Class in latmath.errormodel
-
Error model modeling LOS errors using a uniform distribution.
- ErrorModelUniform(double, double, double) - Constructor for class latmath.errormodel.ErrorModelUniform
-
Creates a new instance of ErrorModelUniform
.
- evaluate(Point2d[], double[], Point2d, Point2d) - Method in class latmath.algorithm.BasicLaterationAlgorithm
-
Evaluates the accuracy of the localization algorithm.
- ExponentialDistribution - Class in latmath.distribution
-
Exponential Distribution.
- ExponentialDistribution(double) - Constructor for class latmath.distribution.ExponentialDistribution
-
Create a exponential distribution with the given mean.