Enumerations

The following enumerations are available globally.

  • Provides often used/needed statistical tests

    See more

    Declaration

    Swift

    public enum SSHypothesisTesting
  • Provides often used/needed probabibilty functions (cdf, pdf, quantile…)

    See more

    Declaration

    Swift

    public enum SSProbDist
  • Type of confidence interval

    See more

    Declaration

    Swift

    public enum SSCIType : String, Codable
  • Defines the format of the Cumulative Frequency Table

    See more

    Declaration

    Swift

    public enum SSCumulativeFrequencyTableFormat : Int, Codable
  • Defines the level of measurement. In future versions this setting will be used to determine the available statistics.

    See more

    Declaration

    Swift

    public enum SSLevelOfMeasurement : String, Codable
  • Defines the sorting order of the elements.

    See more

    Declaration

    Swift

    public enum SSSortUniqeItems : Int, CustomStringConvertible, Codable
  • Defines the sort order of the Frequency Table

    See more

    Declaration

    Swift

    public enum SSFrequencyTableSortOrder : Int, Codable, CustomStringConvertible
  • Defines the sort order of items when exported as an array

    See more

    Declaration

    Swift

    public enum SSDataArraySortOrder : Int, Codable, CustomStringConvertible
  • Defines the type if the Levene test.

    See more

    Declaration

    Swift

    public enum SSLeveneTestType : String, Codable
  • Defines the type of variance test

    See more

    Declaration

    Swift

    public enum SSVarTestType : CustomStringConvertible, Codable
  • Defines the cutting point used by the Runs test

    See more

    Declaration

    Swift

    public enum SSRunsTestCuttingPoint : String, Codable
  • Defines the sort order of the Contingency Table

    See more

    Declaration

    Swift

    public enum SSContingencyTableSortOrder : Int, Codable, CustomStringConvertible
  • The 1D Chisquare-Hypothesis type

    See more

    Declaration

    Swift

    public enum SS1DChiSquareHypothesisType : Int, Codable, CustomStringConvertible
  • Defines the type of the moment to compute

    See more

    Declaration

    Swift

    public enum SSMomentType : Int, Codable, CustomStringConvertible
  • Defines the type of variance to compute

    See more

    Declaration

    Swift

    public enum SSVarianceType : Int, Codable, CustomStringConvertible
  • Defines the type of sd to compute

    See more

    Declaration

    Swift

    public enum SSStandardDeviationType : Int, Codable, CustomStringConvertible
  • Defines type of kurtosis

    See more

    Declaration

    Swift

    public enum SSKurtosisType : String, Codable
  • Skewness type

    See more

    Declaration

    Swift

    public enum SSSkewness : Int, Codable, CustomStringConvertible
  • Type of semi variance

    See more

    Declaration

    Swift

    public enum SSSemiVariance : Int, Codable, CustomStringConvertible
  • Type of outlier test

    See more

    Declaration

    Swift

    public enum SSOutlierTest : Int, Codable, CustomStringConvertible
  • Type of the Rosner test for outliers (ESD test)

    See more

    Declaration

    Swift

    public enum SSESDTestType : Int, Codable, CustomStringConvertible
  • Enumarates the target distribution to use for GoF tests

    See more

    Declaration

    Swift

    public enum SSGoFTarget : Int, Codable, CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public enum SSAlternativeHypotheses : Int, Codable, CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public enum SSCDFTail : Int, Codable, CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public enum SSPostHocTestType : Int, Codable, CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public enum SSIncompleteGammaFunction : Int, Codable, CustomStringConvertible