Class FluidStationaryDistr

java.lang.Object
jline.lib.butools.mam.FluidStationaryDistr

public final class FluidStationaryDistr extends Object
  • Method Details

    • fluidStationaryDistr

      public static Matrix fluidStationaryDistr(Matrix mass0, Matrix ini, Matrix K, Matrix clo, double[] 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