Skip to main content

VoidInclusionDescriptiveStatistic

Other

Descriptive statistics calculated across all labels for a metric.

Import

import ScriptingApi as api

# Access the class
# VoidInclusionDescriptiveStatistic is available via api.VoidInclusionDescriptiveStatistic

Properties

statistic_type

Statistic type name such as "Volume" or "Sphericity".

Type: str


min_value

Minimum value across all labels for this statistic.

Type: float


max_value

Maximum value across all labels for this statistic.

Type: float


mean_value

Mean value across all labels for this statistic.

Type: float


std_deviation

Standard deviation across all labels for this statistic.

Type: float


See Also