Package jline.api.sn

Class SnToQrfAlpha.Result

java.lang.Object
jline.api.sn.SnToQrfAlpha.Result
Enclosing class:
SnToQrfAlpha

public static final class SnToQrfAlpha.Result extends Object
The scaling, the utilization normalizer, and why they may not exist.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[][]
    (nstations x N) rate scaling at population n = 1..N.
    final boolean
    True when alpha is not identically 1, i.e.
    final String
    Empty on success, otherwise why alpha is not defined for this model.
    final double[]
    (nstations) utilization normalizer; infinite at a delay.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • alpha

      public final double[][] alpha
      (nstations x N) rate scaling at population n = 1..N.
    • msg

      public final String msg
      Empty on success, otherwise why alpha is not defined for this model.
    • ld

      public final boolean ld
      True when alpha is not identically 1, i.e. the model needs a load-dependent arm.
    • peak

      public final double[] peak
      (nstations) utilization normalizer; infinite at a delay.