Derived variables set builders

Python implementation of fast Practicable Inducers/Derived variables set builders

Sections

No-sum-layer highest-layer limited-derived derived variables set builder

Level no-sum-layer highest-layer limited-derived derived variables set builder

No-sum-layer highest-layer limited-derived derived variables set builder

The application of the no-sum-layer highest-layer limited-derived derived variables set builder $I_{P,U,\mathrm{D,d,ns}} \in \mathrm{computers}$ is described in Python.

The derived set builder is defined in module AlignmentPracticable,

parametersSystemsBuilderDerivedVarsHighestNoSumlayerRepa_ui :: 
  Integer -> Integer -> System -> Set.Set Variable -> Fud -> 
  HistoryRepa -> HistogramRepaRed -> HistoryRepa -> HistogramRepaRed ->   
  ([((Set.Set Variable, HistogramRepa, HistogramRepa), Double)],Integer)
def parametersSystemsBuilderDerivedVarsHighestNoSumlayerRepa_ui(wmax,omax,uu,vv,ff,hh,hhx,hhrr,hhrrx):
  ...

Note that the _u suffix indicates that no checking is done on the arguments. The _i suffix indicates that it returns the cardinality of the searched.

Note that the repa builders are partly implemented in C.

Level no-sum-layer highest-layer limited-derived derived variables set builder

The implementation of the repa level no-sum-layer highest-layer limited-derived derived variables set builder $I_{P,U,\mathrm{D,d,ns,l}} \in \mathrm{computers}$ is defined in module AlignmentPracticableRepa,

parametersSystemsBuilderDerivedVarsLevelHighestNoSumlayerRepa_ui :: 
  Integer -> Integer -> System -> Set.Set Variable -> Fud -> Fud -> 
  HistoryRepa -> HistogramRepaRed -> HistoryRepa -> HistogramRepaRed ->   
  ([((Set.Set Variable, HistogramRepa, HistogramRepa), Double)],Integer)
def parametersSystemsBuilderDerivedVarsLevelHighestNoSumlayerRepa_ui(wmax,omax,uu,vv,ffg,ff,hh,hhx,hhrr,hhrrx):
    ...

Note that the _u suffix indicates that no checking is done on the arguments. The _i suffix indicates that it returns the cardinality of the searched.

Note that the repa builders are partly implemented in C.


top