SSESDTestType

public enum SSESDTestType : Int, Codable, CustomStringConvertible

Type of the Rosner test for outliers (ESD test)

  • consider lower tail only

    Declaration

    Swift

    case lowerTail
  • consider upper tail only

    Declaration

    Swift

    case upperTail
  • consider both tails

    Declaration

    Swift

    case bothTails
  • Declaration

    Swift

    public var description: String { get }