Package jline.api.mam
Class Map_ccdf_derivativeKt
-
- All Implemented Interfaces:
public final class Map_ccdf_derivativeKt
-
-
Method Summary
Modifier and Type Method Description final static Double
map_ccdf_derivative(MatrixCell MAP, Integer i)
Compute derivative at 0 of a MAP complementary CDFBased on: A. final static Double
map_ccdf_derivative(Matrix D0, Matrix D1, Integer i)
Compute derivative at 0 of a MAP complementary CDF -
-
Method Detail
-
map_ccdf_derivative
final static Double map_ccdf_derivative(MatrixCell MAP, Integer i)
Compute derivative at 0 of a MAP complementary CDF
Based on: A. Horvath et al. A Joint Moments Based Analysis of Networks of MAP/MAP/1 Queues
- Parameters:
MAP
- MatrixCell containing D0 and D1 matrices of the MAPi
- Derivative order- Returns:
Scalar value representing the derivative
-
map_ccdf_derivative
final static Double map_ccdf_derivative(Matrix D0, Matrix D1, Integer i)
Compute derivative at 0 of a MAP complementary CDF
- Parameters:
D0
- Hidden transition matrix of the MAPD1
- Visible transition matrix of the MAPi
- Derivative order- Returns:
Scalar value representing the derivative
-
-
-
-