SSCIType

public enum SSCIType : String, Codable

Type of confidence interval

  • To use in cases were the unbiased standard deviation is known

    Declaration

    Swift

    case normal = "gaussian"
  • To use in cases were the unbiased standard deviation is unknown

    Declaration

    Swift

    case student = "student"