Class PetriClosures.MinMulti

java.lang.Object
jline.solvers.fluid.petri.PetriClosures.MinMulti
Enclosing class:
PetriClosures

public static final class PetriClosures.MinMulti extends Object
The result of the many-argument closure.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    dH/dMU(a): the probability that arc a is the binding one.
    final double
    E[min(X_1,...,X_A,c)].
    final double
    Var[min] before the cap, carried for the caller's report.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • h

      public final double h
      E[min(X_1,...,X_A,c)].
    • g

      public final double[] g
      dH/dMU(a): the probability that arc a is the binding one.
    • v

      public final double v
      Var[min] before the cap, carried for the caller's report.