SSLeveneTestType

public enum SSLeveneTestType : String, Codable

Defines the type if the Levene test.

  • Levene test using the median (Brown-Forsythe)

    Declaration

    Swift

    case median
  • Levene test using the mean

    Declaration

    Swift

    case mean
  • Levene test using the trimmed mean

    Declaration

    Swift

    case trimmedMean