StatCollection Class |
Namespace: FinAnalysis.Base
public abstract class StatCollection
The StatCollection type exposes the following members.
Name | Description | |
---|---|---|
ArithmeticMean |
Get Arithmetic Mean.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
CoefficientOfVariation |
Get Coefficient Of Variation of stored set of values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
Count |
Get the number of elements stored.
| |
ExpectedValue |
Get estimation of distribution's Expected Value.
http://en.wikipedia.org/wiki/Expected_value
| |
FirstRawMoment |
Get estimation of distribution's First Raw Moment.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ForthRawMoment |
Get estimation of distribution's Second Raw Moment.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
FourthCentralMoment |
Get estimation of distribution's Second Central Moment.
http://en.wikipedia.org/wiki/Central_moment
| |
GeometricMean |
Get Geometric mean.
https://en.wikipedia.org/wiki/Average#Geometric_mean
| |
HarmonicMean |
Get Harmonic mean.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
Kurtosis |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Max |
Returns the maximal value.
| |
MiddleRange |
Get MiddleRange: the arithmetic mean of the maximum and minimum values in a data set.
http://en.wikipedia.org/wiki/Mid-range
| |
Min |
Returns the minimal value.
| |
QuadraticMean |
Get Quadratic Mean.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
Range |
Get Range: difference between maximum and minimum.
| |
RootMeanSquare |
The Root mean square (also known as Quadratic Mean).
https://en.wikipedia.org/wiki/Root_mean_square
| |
SecondCentralMoment |
Get estimation of distribution's Second Central Moment.
http://en.wikipedia.org/wiki/Central_moment
| |
SecondRawMoment |
Get estimation of distribution's Second Raw Moment.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
Skewness |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
StandardDeviation |
Get distribution's Standard Deviation, same as StandardDeviationPopulation.
http://en.wikipedia.org/wiki/Standard_Deviation
| |
StandardDeviationPopulation |
Get distribution's Standard Deviation.
http://en.wikipedia.org/wiki/Standard_Deviation
| |
StandardDeviationSample |
Get estimation of distribution's Standard Deviation.
http://en.wikipedia.org/wiki/Standard_Deviation
| |
Sum |
Get sum of values stored in the set.
| |
SumOfAbsoluteValues |
Get sum of absolute values stored in the set.
| |
SumOfSquares |
Returns sum of squares.
| |
ThirdCentralMoment |
Get estimation of distribution's Second Central Moment.
http://en.wikipedia.org/wiki/Central_moment
| |
ThirdRawMoment |
Get estimation of distribution's Second Raw Moment.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
Variance |
Get distribution's Variance, same as VariancePopulation.
http://en.wikipedia.org/wiki/Variance
| |
VariancePopulation |
Get distribution's Variance.
http://en.wikipedia.org/wiki/Variance
| |
VarianceSample |
Get estimation distribution's Variance.
http://en.wikipedia.org/wiki/Variance
|
Name | Description | |
---|---|---|
CopyTo |
Copy internal state to destination object.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |