Class FluidStationaryDistrKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 level
        ini - The initial vector of the stationary density
        K - The matrix parameter of the stationary density
        clo - The closing matrix of the stationary density
        x - The points at which the distribution is evaluated
        Returns:

        The stationary distribution at the specified points