optframework.pbm.pbm_quick_test module
Created on Tue Feb 18 13:40:32 2025
- class optframework.pbm.pbm_quick_test.PBMQuickTest(solver)[source]
Bases:
object
- QMOM(NDF_shape='normal')[source]
Perform Quadrature Method of Moments (QMOM) test.
- Parameters:
NDF_shape (str): Shape of the distribution (“normal”, “gamma”, “lognormal”, “beta”).
- Returns:
tuple: Original moments, QMOM moments, and GQMOM moments.
- QMOM_normal(NDF_shape='normal')[source]
Perform QMOM test with normalization.
- Parameters:
NDF_shape (str): Shape of the distribution (“normal”, “gamma”, “lognormal”, “beta”, “mono”).
- Returns:
tuple: Original moments, QMOM moments, and GQMOM moments.