SSStandardDeviationType

public enum SSStandardDeviationType : Int, Codable, CustomStringConvertible

Defines the type of sd to compute

  • Undocumented

    Declaration

    Swift

    case biased = 0
  • Undocumented

    Declaration

    Swift

    case unbiased = 1
  • Declaration

    Swift

    public var description: String { get }