You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Procedure to synthesize a near-optimal finite-sample test for the policy comparison problem (assuming p1 > p0 is the alternative). This is the foundation for the
@@ -68,9 +69,10 @@ def run_step_policy_synthesis(
68
69
69
70
Raises:
70
71
ValueError: If invalid required arguments
72
+
ValueError: If inconsistent specification of whether to save the uncompressed policy
71
73
ValueError: If invalid specified dead_time
72
-
ValueError: If cumulative mass removal arrays do not terminate near alpha (making the procedure either loose, if below alpha, or invalid, if above alpha)
73
-
ValueError: If control points are not assigned with proper extremal (min and max) limits
74
+
RuntimeError: If cumulative mass removal arrays do not terminate near alpha (making the procedure either loose, if below alpha, or invalid, if above alpha)
75
+
RuntimeError: If control points are not assigned with proper extremal (min and max) limits
74
76
75
77
Returns:
76
78
POLICY_LIST_COMPRESSED (ArrayLike): The compressed representation of the accept/reject comparison policy.
0 commit comments