dualbounds.varite.VarITEDualBounds.results¶ VarITEDualBounds.results(minval: float = 0, maxval: float = inf)[source]¶ Returns a dataframe of key inferential results. Parameters:¶ minval : float¶Analytical lower bound on estimand used to clip results. Defaults to -np.inf. maxval : float¶Analytical upper bound on estimand used to clip results. Defaults to np.inf. Returns:¶ results – DataFrame of key inferential results. Return type:¶ pd.DataFrame