Package jline.api.mam.m3pp
Class M3pp22_fitc_approx_cov
java.lang.Object
jline.api.mam.m3pp.M3pp22_fitc_approx_cov
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix[]m3pp22_fitc_approx_cov(double a, double bt1, double bt2, double binf, double m3t2, double t1, double t2, double[] ai, double st3, double t3) Fits a second-order Marked MMPP for two classes using covariance approximation.
-
Method Details
-
m3pp22_fitc_approx_cov
public static Matrix[] m3pp22_fitc_approx_cov(double a, double bt1, double bt2, double binf, double m3t2, double t1, double t2, double[] ai, double st3, double t3) Fits a second-order Marked MMPP for two classes using covariance approximation.- Parameters:
a- arrival ratebt1- IDC at scale t1bt2- IDC at scale t2binf- IDC for t->infm3t2- third central moment at scale t2t1- first time scalet2- second time scaleai- rates of the two classesst3- count covariance between the two classes at scale t3t3- third time scale- Returns:
- Array of matrices {D0, D1, D1_class1, D1_class2} representing the M3PP(2,2)
-