Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysis Properties

The CircularDescriptiveAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyAngles Obsolete.
Gets the source matrix from which the analysis was run.
Public propertyArray Obsolete.
Gets the source matrix from which the analysis was run.
Public propertyColumnNames
Gets the column names from the variables in the data.
Public propertyConcentration
Gets an array containing the circular concentration for each data column.
Public propertyConfidence
Gets the 95% confidence intervals for the Means.
Public propertyCosineSum
Gets an array containing the sum of cosines for each data column.
Public propertyDeviance
Gets the 95% deviance intervals for the Means.
Public propertyDistinct
Gets a vector containing the number of distinct elements for each data column.
Public propertyInnerFences
Gets an array containing the inner fences of each data column.
Public propertyKurtosis
Gets an array containing the kurtosis for of each data column.
Public propertyLazy
Gets or sets whether the properties of this class should be computed only when necessary. If set to true, a copy of the input data will be maintained inside an instance of this class, using more memory.
Public propertyLengths
Gets a vector containing the length of the circular domain for each data column.
Public propertyMeans
Gets a vector containing the Mean of each data column.
Public propertyMeasures
Gets a collection of DescriptiveMeasures objects that can be bound to a DataGridView.
Public propertyMedians
Gets a vector containing the Median of each data column.
Public propertyModes
Gets a vector containing the Mode of each data column.
Public propertyOuterFences
Gets an array containing the outer fences of each data column.
Public propertyQuantileMethod
Gets or sets the method to be used when computing quantiles (median and quartiles).
Public propertyQuartiles
Gets an array containing the interquartile range of each data column.
Public propertyRanges
Gets an array containing the Ranges of each data column.
Public propertySamples
Gets the number of samples (or observations) in the data.
Public propertySineSum
Gets an array containing the sum of sines for each data column.
Public propertySkewness
Gets an array containing the skewness for of each data column.
Public propertySource Obsolete.
Gets the source matrix from which the analysis was run.
Public propertyStandardDeviations
Gets a vector containing the Standard Deviation of each data column.
Public propertyStandardErrors
Gets a vector containing the Standard Error of the Mean of each data column.
Public propertySums
Gets an array containing the sum of each data column. If the analysis has been computed in place, this will contain the sum of the transformed angle values instead.
Public propertyUseStrictRanges
Gets or sets whether all reported statistics should respect the circular interval. For example, setting this property to false would allow the Confidence, Deviance, InnerFences and OuterFences properties report minimum and maximum values outside the variable's allowed circular range. Default is true.
Public propertyVariables
Gets the number of variables (or features) in the data.
Public propertyVariances
Gets a vector containing the Variance of each data column.
Top
See Also