Package jline.lib.kpctoolbox.aph
Class APH
java.lang.Object
jline.lib.kpctoolbox.aph.APH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumConvolution patterns for APH simplification. -
Method Summary
Modifier and TypeMethodDescriptionaph_convpara(List<Pair<double[], Matrix>> distributions) aph_convseq(List<Pair<double[], Matrix>> distributions) static Pair<MatrixCell, Boolean> aph_fit(double e1, double e2, double e3) static Pair<MatrixCell, Boolean> aph_fit(double e1, double e2, double e3, int nmax) static MatrixCellaph_rand()static MatrixCellaph_rand(int K) aph_simplify(double[] a1, Matrix T1, double[] a2, Matrix T2, double p1, double p2, APH.ConvolutionPattern pattern) aph_simplify(double[] a1, Matrix T1, double[] a2, Matrix T2, APH.ConvolutionPattern pattern) static double[]hyper_rand(double[] rates, double[] probs, int nSamples) static Pair<double[], double[]> ph2hyper(MatrixCell PH)
-
Method Details
-
aph_simplify
public static Pair<double[],Matrix> aph_simplify(double[] a1, Matrix T1, double[] a2, Matrix T2, APH.ConvolutionPattern pattern) -
aph_simplify
public static Pair<double[],Matrix> aph_simplify(double[] a1, Matrix T1, double[] a2, Matrix T2, double p1, double p2, APH.ConvolutionPattern pattern) -
aph_convpara
-
aph_convseq
-
aph_rand
-
aph_rand
-
aph_fit
-
aph_fit
-
ph2hyper
-
hyper_rand
public static double[] hyper_rand(double[] rates, double[] probs, int nSamples)
-