Accept
- class pyoptex.analysis.estimators.sams.accept.Accept[source]
The base class to create an acceptance function for the SAMS procedure. Requires the functions
reset,accepted,rejected, and__call__.
The base class to create an acceptance function for the SAMS
procedure. Requires the functions
reset,
accepted,
rejected,
and __call__.