SSVarTestType

public enum SSVarTestType : CustomStringConvertible, Codable

Defines the type of variance test

  • Bartlett test

    Declaration

    Swift

    case bartlett
  • Variant of the Levene-Test

    Declaration

    Swift

    case levene(SSLeveneTestType)
  • Declaration

    Swift

    public var description: String { get }
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public init(from decoder: Decoder) throws