public class JointProbabilityState extends Object
Modifier and Type | Field and Description |
---|---|
int |
firstMaxVal |
HashMap<Integer,Double> |
firstProbMap |
int |
jointMaxVal |
HashMap<Integer,Double> |
jointProbMap |
int |
secondMaxVal |
HashMap<Integer,Double> |
secondProbMap |
Constructor and Description |
---|
JointProbabilityState(double[] firstVector,
double[] secondVector)
Constructor for the JointProbabilityState class.
|
public final int jointMaxVal
public final int firstMaxVal
public final int secondMaxVal
public JointProbabilityState(double[] firstVector, double[] secondVector)
firstVector
- Input vector. It is discretised to the floor of each value.secondVector
- Input vector. It is discretised to the floor of each value.Jas4pp 1.5 © Java Analysis Studio for Particle Physics