T
- type of the field elementspublic class FieldProbabilityOfCollision<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
Laas2015
for example).Alfriend1999Max
for example).Constructor and Description |
---|
FieldProbabilityOfCollision(T value,
String probabilityOfCollisionMethodName)
Constructor with default values of 0 for the upper/lower limits and default false flag for maximum probability.
|
FieldProbabilityOfCollision(T value,
String probabilityOfCollisionMethodName,
boolean isMaxProbability)
Constructor with default values of 0 for the upper and lower limits.
|
FieldProbabilityOfCollision(T value,
T lowerLimit,
T upperLimit,
String probabilityOfCollisionMethodName,
boolean isMaxProbability)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
getLowerLimit()
Get lower limit of the probability of collision value.
|
String |
getProbabilityOfCollisionMethodName()
Get name of the probability computing method with which this probability was computed.
|
T |
getUpperLimit()
Get upper limit of the probability of collision value.
|
T |
getValue()
Get value of the probability of collision.
|
boolean |
isMaxProbability()
Get flag that defines if this probability of collision can be considered a maximum probability of collision.
|
public FieldProbabilityOfCollision(T value, String probabilityOfCollisionMethodName)
value
- value of the probability of collisionprobabilityOfCollisionMethodName
- name of the probability computing method with which this probability was
computedpublic FieldProbabilityOfCollision(T value, String probabilityOfCollisionMethodName, boolean isMaxProbability)
value
- value of the probability of collisionprobabilityOfCollisionMethodName
- name of the probability computing method with which this probability was
computedisMaxProbability
- flag defining if it has been computed using a maximum probability of collision methodpublic FieldProbabilityOfCollision(T value, T lowerLimit, T upperLimit, String probabilityOfCollisionMethodName, boolean isMaxProbability)
value
- value of the probability of collisionlowerLimit
- lower limit of the probability of collisionupperLimit
- upper limit of the probability of collisionprobabilityOfCollisionMethodName
- name of the probability computing method with which this probability was
computedisMaxProbability
- flag indicating if this method computes a maximum probability of collisionpublic T getValue()
public T getLowerLimit()
public T getUpperLimit()
public String getProbabilityOfCollisionMethodName()
public boolean isMaxProbability()
Copyright © 2002-2023 CS GROUP. All rights reserved.