Package jline.lib.thirdparty
Class BUTOOLS
java.lang.Object
jline.lib.thirdparty.BUTOOLS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
APH2ndMomentLowerBound
(double m1, int n) static double
APH3rdMomentLowerBound
(double m1, double m2, int n) static double
APH3rdMomentUpperBound
(double m1, double m2, int n) static APH
APHFrom3Moments
(double[] moms) static APH
APHFrom3Moments
(double[] moms, int maxSize) static APH
APHFrom3Moments
(double[] moms, int maxSize, double prec) FluidFundamentalMatrices
(Matrix Fpp, Matrix Fpm, Matrix Fmp, Matrix Fmm, Double precision_, Integer maxNumIt_, String method_) MMAPPH1FCFS
(MatrixCell D, Map<Integer, Matrix> sigma, Map<Integer, Matrix> S, Integer numOfQLMoms, Integer numOfQLProbs, Integer numOfSTMoms, Matrix stDistr, Boolean stDistrME, Boolean stDistrPH, Double prec, Matrix classes_) MMAPPH1NPPR
(MatrixCell D, MatrixCell sigma, MatrixCell S, Integer numOfQLMoms, Integer numOfQLProbs, Integer numOfSTMoms, Matrix stCdfPoints, Double prec, Integer erlMaxOrder_, Matrix classes_) static Matrix
static double[]
NormMomsFromMoms
(double[] m) static Matrix
QBDFundamentalMatrices
(Matrix B, Matrix L, Matrix F, Double precision_, Integer maxNumIt_, String method_, Integer Verbose_) static Matrix
SimilarityMatrixForVectors
(Matrix vecA, Matrix vecB)
-
Constructor Details
-
BUTOOLS
public BUTOOLS()
-
-
Method Details
-
QBDFundamentalMatrices
-
FluidFundamentalMatrices
-
MomsFromFactorialMoms
-
poly
-
MMAPPH1FCFS
-
MMAPPH1NPPR
public static Map<String,Map<Integer, MMAPPH1NPPRMatrix>> (MatrixCell D, MatrixCell sigma, MatrixCell S, Integer numOfQLMoms, Integer numOfQLProbs, Integer numOfSTMoms, Matrix stCdfPoints, Double prec, Integer erlMaxOrder_, Matrix classes_) -
SimilarityMatrixForVectors
-
APHFrom3Moments
-
APHFrom3Moments
-
APHFrom3Moments
-
APH2ndMomentLowerBound
public static double APH2ndMomentLowerBound(double m1, int n) -
APH3rdMomentLowerBound
public static double APH3rdMomentLowerBound(double m1, double m2, int n) -
APH3rdMomentUpperBound
public static double APH3rdMomentUpperBound(double m1, double m2, int n) -
NormMomsFromMoms
public static double[] NormMomsFromMoms(double[] m)
-