Package jline.lib.butools.mam
Class FluidStationaryDistrKt
-
- All Implemented Interfaces:
public final class FluidStationaryDistrKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixfluidStationaryDistr(Matrix mass0, Matrix ini, Matrix K, Matrix clo, DoubleArray x)Returns the stationary distribution of a Markovian fluid model at specific points. -
-
Method Detail
-
fluidStationaryDistr
final static Matrix fluidStationaryDistr(Matrix mass0, Matrix ini, Matrix K, Matrix clo, DoubleArray x)
Returns the stationary distribution of a Markovian fluid model at specific points.
- Parameters:
mass0- The stationary probability vector of zero levelini- The initial vector of the stationary densityK- The matrix parameter of the stationary densityclo- The closing matrix of the stationary densityx- The points at which the distribution is evaluated- Returns:
The stationary distribution at the specified points
-
-
-
-