SSConfIntv

public struct SSConfIntv<FPT> : CustomStringConvertible, Codable where FPT : Decodable, FPT : Encodable, FPT : SSFloatingPoint

Confidence interval struct

  • Lower bound of the CI

    Declaration

    Swift

    public var lowerBound: FPT?
  • Upper bound of the CI

    Declaration

    Swift

    public var upperBound: FPT?
  • Range of the CI

    Declaration

    Swift

    public var intervalWidth: FPT?
  • Declaration

    Swift

    public var description: String { get }