Package jline.api.sym
Class SymEngine.Sensitivity
java.lang.Object
jline.api.sym.SymEngine.Sensitivity
- Enclosing interface:
SymEngine
Exact parametric sensitivity, following Trivedi and Bobbio (2017), Sec. 9.7.
As in @SolverCTMC/getSensitivity.m, dr/dtheta is taken to be
zero: a reward whose rates themselves depend on theta needs the second
term of Eq. (9.83) and is not covered here.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pi
Stationary distribution -
dpi
Derivative of the stationary distribution with respect to theta -
Er
Mean reward, null if no reward was given -
S
Unscaled sensitivity d(E[r])/dtheta, Eq. (9.79); null if no reward was given -
SS
Scaled sensitivity (theta/E[r]) d(E[r])/dtheta, Eq. (9.80); null if no reward was given
-
-
Constructor Details
-
Sensitivity
-