Class CorrelationStats

CorrelationStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A correlation statistics between two series of DataType values. The series may have differing DataType-s, but within a single series the DataType must be the same.

Attribute

NameDescription
cramers_v float
The correlation value using the Cramer's V measure.

Inheritance

builtins.object > proto.message.Message > CorrelationStats