Class LevelDependentFluidStationary

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

public final class LevelDependentFluidStationary extends Object
  • Method Details

    • stationaryDistr

      public static Matrix stationaryDistr(LevelDependentFluidSolution sol, double[] T, String what, double[] points)
      Stationary distribution ('pdf','pdfd','cdf','cdfm') at the requested points. Returns a (points.length x N) matrix of per-state values.
    • stationaryMean

      public static double stationaryMean(LevelDependentFluidSolution sol, double[] T)
      Stationary mean fluid level E[X] (closed form).