Click or drag to resize
Accord.NET (logo)

CircularDescriptiveMeasures Properties

The CircularDescriptiveMeasures type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Gets the circular analysis that originated this measure.
Public propertyAngles Obsolete.
Gets the transformed variable's observations.
Public propertyConfidence
Gets the 95% confidence interval around the Mean.
Public propertyCosineSum
Gets the sum of cosines for the variable.
Public propertyCount
Gets the number of samples for the variable.
Public propertyDeviance
Gets the 95% deviance interval around the Mean.
Public propertyDistinct
Gets the number of distinct values for the variable.
Public propertyIndex
Gets the variable's index.
Public propertyInnerFence
Gets the variable's inner fence range.
Public propertyKurtosis
Gets the variable kurtosis.
Public propertyLength
Gets the variable's length.
Public propertyMax
Gets the variable's maximum value.
Public propertyMean
Gets the variable's mean.
Public propertyMedian
Gets the variable's median.
Public propertyMin
Gets the variable's minimum value.
Public propertyMode
Gets the variable's mode.
Public propertyName
Gets the variable's name
Public propertyOuterFence
Gets the variable's outer fences range.
Public propertyQuartiles
Gets the variable's interquartile range.
Public propertySamples Obsolete.
Gets the variable's observations.
Public propertySineSum
Gets the sum of sines for the variable.
Public propertySkewness
Gets the variable skewness.
Public propertyStandardDeviation
Gets the variable's standard deviation.
Public propertyStandardError
Gets the variable's standard error of the mean.
Public propertySum
Gets the variable's total sum.
Public propertyVariance
Gets the variable's variance.
Top
See Also