:mod:`paramonte._SpecDRAM` ========================== .. py:module:: paramonte._SpecDRAM Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: paramonte._SpecDRAM.adaptiveUpdateCount paramonte._SpecDRAM.adaptiveUpdatePeriod paramonte._SpecDRAM.greedyAdaptationCount paramonte._SpecDRAM.delayedRejectionCount paramonte._SpecDRAM.burninAdaptationMeasure paramonte._SpecDRAM.delayedRejectionScaleFactorVec paramonte._SpecDRAM.helpme .. function:: adaptiveUpdateCount(adaptiveUpdateCount) .. function:: adaptiveUpdatePeriod(adaptiveUpdatePeriod) .. function:: greedyAdaptationCount(greedyAdaptationCount) .. function:: delayedRejectionCount(delayedRejectionCount) .. function:: burninAdaptationMeasure(burninAdaptationMeasure) .. function:: delayedRejectionScaleFactorVec(delayedRejectionScaleFactorVec) .. function:: helpme(specification='') | Return help on the input ParaDRAM specification. If no input is provided, then the web-link to the entire list of ParaDRAM specifications will be output. **Parameters** specification A string that can take be any of the simulation specifications of a ParaDRAM object, such as, ``"chainSize"``, ``"sampleSize"``, ... **Returns** None