Package jline.lib.butools.mam
Class LevelDependentFluidStationary
java.lang.Object
jline.lib.butools.mam.LevelDependentFluidStationary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixstationaryDistr(LevelDependentFluidSolution sol, double[] T, String what, double[] points) Stationary distribution ('pdf','pdfd','cdf','cdfm') at the requested points.static doublestationaryMean(LevelDependentFluidSolution sol, double[] T) Stationary mean fluid level E[X] (closed form).
-
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
Stationary mean fluid level E[X] (closed form).
-