Package jline.api.mam.m3pp
Class M3pp2m_fitc_approx_ag
java.lang.Object
jline.api.mam.m3pp.M3pp2m_fitc_approx_ag
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix[]m3pp2m_fitc_approx_ag(double a, double bt1, double bt2, double binf, double m3t2, double t1, double t2, double[] ai, double[] gt3, double t3) Fits a second-order Marked MMPP using auto-gamma approach.
-
Method Details
-
m3pp2m_fitc_approx_ag
public static Matrix[] m3pp2m_fitc_approx_ag(double a, double bt1, double bt2, double binf, double m3t2, double t1, double t2, double[] ai, double[] gt3, double t3) Fits a second-order Marked MMPP using auto-gamma approach.- 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- array where i-th element is the rate of class igt3- array where i-th element is the sum of the variance of class i and its covariance with all the other classes combined, at scale t3t3- third time scale- Returns:
- Array of matrices {D0, D1, D1_class1, D1_class2, ..., D1_classm} representing the M3PP(2,m)
-