GraphNullModelResult

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class GraphNullModelResult(observed: float, null_mean: float, null_std: float, z_score: float, empirical_two_sided_p: float, n_requested: int, n_successful: int, is_valid: bool)[source]

Bases: object

Observed statistic and summary of degree-preserving random graphs.

__init__(observed: float, null_mean: float, null_std: float, z_score: float, empirical_two_sided_p: float, n_requested: int, n_successful: int, is_valid: bool) → None