View Source GoogleApi.Language.V1.Model.XPSCorrelationStats (google_api_language v0.15.0)
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.
Attributes
-
cramersV
(type:float()
, default:nil
) - The correlation value using the Cramer's V measure.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSCorrelationStats{cramersV: float() | nil}
Functions
Unwrap a decoded JSON object into its complex fields.