Class PnLInPsiHstate.OneIState

java.lang.Object
com.polytechnik.trading.PnLInPsiHstate.OneIState
Enclosing class:
PnLInPsiHstate<DTYPE>

class PnLInPsiHstate.OneIState extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final double[]
     
    (package private) final int
     
    (package private) final double
     
    (package private) final double
     
    (package private) final double[]
     
    (package private) final double[]
     
    (package private) final double
     
    (package private) final double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    OneIState(double[] _psiM, int ev_index, double[] QQt, double[] QQi, double[] QQpi)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • psiM

      final double[] psiM
    • DpsiM

      final double[] DpsiM
    • QQS_M

      final double[] QQS_M
    • i

      final double i
    • p_M

      final double p_M
    • S_M

      final double S_M
    • var_S_M

      final double var_S_M
    • ev_index

      final int ev_index
  • Constructor Details

    • OneIState

      OneIState(double[] _psiM, int ev_index, double[] QQt, double[] QQi, double[] QQpi)