SpanMode

public enum SpanMode : String, Encodable

Sets the method by which the span in data space where the density function will be computed.

soft means the span goes from the sample’s minimum value minus two bandwidths to the sample’s maximum value plus two bandwidths. hard means the span goes from the sample’s minimum to its maximum value. For custom span settings, use mode manual and fill in the span attribute.

  • Undocumented

    Declaration

    Swift

    case soft
  • Undocumented

    Declaration

    Swift

    case hard
  • Undocumented

    Declaration

    Swift

    case manual