SSMomentType

public enum SSMomentType : Int, Codable, CustomStringConvertible

Defines the type of the moment to compute

  • Central moment

    Declaration

    Swift

    case central
  • Moment about the origin

    Declaration

    Swift

    case origin
  • Standardized moment

    Declaration

    Swift

    case standardized
  • Declaration

    Swift

    public var description: String { get }