Class ProbabilityCorrelation

java.lang.Object
com.polytechnik.utils.ProbabilityCorrelation

public class ProbabilityCorrelation extends Object
Probability(or Value) Correlation of p and i. Actually is the case d=2 of LebesgueQuadratureWithEVData, the corr is the difference of diagonal and off-diagonal elemets: (diag-offdiag)/(diag+offdiag) elemets, depnding of flag_probabiliy_correlation flag, of the matrix returned by either getProbabilityCorrelation or getValueCorrelation of LebesgueQuadratureWithEVData.