Package jline.api.sn
Class SnToQrfAlpha.Result
java.lang.Object
jline.api.sn.SnToQrfAlpha.Result
- Enclosing class:
- SnToQrfAlpha
The scaling, the utilization normalizer, and why they may not exist.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[][](nstations x N) rate scaling at population n = 1..N.final booleanTrue when alpha is not identically 1, i.e.final StringEmpty on success, otherwise why alpha is not defined for this model.final double[](nstations) utilization normalizer; infinite at a delay. -
Method Summary
-
Field Details
-
alpha
public final double[][] alpha(nstations x N) rate scaling at population n = 1..N. -
msg
Empty on success, otherwise why alpha is not defined for this model. -
ld
public final boolean ldTrue 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.
-