Package jline.api.mam
Class Map_jointpdf_derivativeKt
-
- All Implemented Interfaces:
public final class Map_jointpdf_derivativeKt
-
-
Method Summary
Modifier and Type Method Description final static Double
map_jointpdf_derivative(MatrixCell MAP, IntArray iset)
Compute partial derivative at 0 of a MAP's joint PDFBased on: A. final static Double
map_jointpdf_derivative(Matrix D0, Matrix D1, IntArray iset)
Compute partial derivative at 0 of a MAP's joint PDF -
-
Method Detail
-
map_jointpdf_derivative
final static Double map_jointpdf_derivative(MatrixCell MAP, IntArray iset)
Compute partial derivative at 0 of a MAP's joint PDF
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 MAPiset
- Index set for the derivative computation- Returns:
Scalar value representing the derivative
-
map_jointpdf_derivative
final static Double map_jointpdf_derivative(Matrix D0, Matrix D1, IntArray iset)
Compute partial derivative at 0 of a MAP's joint PDF
- Parameters:
D0
- Hidden transition matrix of the MAPD1
- Visible transition matrix of the MAPiset
- Index set for the derivative computation- Returns:
Scalar value representing the derivative
-
-
-
-