IntegerArray Class |
Namespace: FinMath.DataStructures
public class IntegerArray : SharedData<int>, IList<int>, ICollection<int>, IEnumerable<int>, IFormattable, IEnumerable, ICollection, IList
The IntegerArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | IntegerArray |
Creates new IntegerArray with zero size.
|
![]() | IntegerArray(Int32) |
Creates new instance of IntegerArray.
|
![]() | IntegerArray(Int32) |
Creates IntegerArray with elements from specified array.
|
![]() | IntegerArray(Int32, Int32) |
Creates new IntegerArray.
|
Name | Description | |
---|---|---|
![]() | IsFixedSize |
Returns true if and only if collection has fixed size.
|
![]() | IsReadOnly |
Returns true if and only if collection is read only.
|
![]() | Item |
Returns certain element of the array by its index.
|
![]() | Length |
Number of elements in the collection.
|
Name | Description | |
---|---|---|
![]() | Add(Int32) |
Adds new element to IntegerArray.
|
![]() | Add(Object) |
Adds new element to IntegerArray.
|
![]() | Clear |
Drop all elements from IntegerArray.
|
![]() | Clone |
Supports cloning, which creates a new instance of a class with the same value
as an existing instance.
|
![]() | Contains(Int32) |
Returns true if and only if there is element equal to value in IntegerArray.
|
![]() | Contains(Object) |
Returns true if and only if there is element equal to value in IntegerArray.
|
![]() | CopyTo(Array, Int32) |
Copies the elements of the System.Collections.ICollection to an System.Array,
starting at a particular System.Array index.
|
![]() | CopyTo(Int32, Int32) |
Copy elements from collection to specified array starting with index.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(Int32) |
Returns smallest index of specified element in IntegerArray.
If there is no such element in IntegerArray returns -1.
|
![]() | IndexOf(Object) |
Returns smallest index of specified element in IntegerArray.
If there is no such element in IntegerArray returns -1.
|
![]() | Insert(Int32, Int32) |
Insert element on position. All elements starting from index to collection size will be shifted to the right.
|
![]() | Insert(Int32, Object) |
Insert element on position. All elements starting from index to collection size will be shifted to the right.
|
![]() ![]() | Load |
Loads IntegerArray from CSV file.
|
![]() ![]() | Random(Int32) |
Creates the IntegerArray of given size which is random permutation
of numbers from 0 to size - 1.
|
![]() ![]() | Random(Int32, DUDistribution) |
Creates the IntegerArray of given size with elements that are sampled
from the specified distribution.
|
![]() ![]() | Random(Int32, Int32) |
Creates the IntegerArray of given size and fill it with uniform distributed non-negative integers less than specified value.
|
![]() ![]() | Random(Int32, Int32, Int32) |
Creates the IntegerArray of given size and fill it with uniform distributed integer numbers from specified boundaries.
|
![]() | Remove(Int32) |
Remove element with smallest index equal to specified.
All element with indices greater than removed will be shifted left.
|
![]() | Remove(Object) |
Remove element with smallest index equal to specified.
All element with indices greater than removed will be shifted left.
|
![]() | RemoveAt |
Remove element stored on position.
All element with indices greater than removed will be shifted left.
|
![]() | Resize |
Resize container to specified size.
New Length and internal capacity will be set to specified value.
Missing values will be filled with zeros.
|
![]() | Save |
Saves IntegerArray to CSV file.
|
![]() | Sort |
Sort elements of the collection.
|
![]() | ToArray |
Copy data from integer array to native c sharp array.
|
![]() | ToString |
Formats the value of the current instance using the specified format.
(Overrides ObjectToString.) |
![]() | ToString(String, IFormatProvider) |
Formats the value of the current instance using the specified format.
|
Name | Description | |
---|---|---|
![]() ![]() | (Int32 to IntegerArray) |
Casts the array of values to the IntegerArray. It doesn't copies the
values, but saves the reference to the input array.
|
![]() ![]() | (IntegerArray to Int32) |
Casts the IntegerArray to an array of its values. It doesn't
copies the values, but returns the reference to internal array.
|
Name | Description | |
---|---|---|
![]() | AbsoluteMaximum | Overloaded. Returns the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumIndex | Overloaded. Returns the index of the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumIndexInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the index of the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumIndexOrDefault(Int32) | Overloaded. Returns the index of the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumIndexOrDefaultInt32(FuncInt32, Double, Int32, Boolean) | Overloaded. Returns the index of the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumOrDefault(Int32) | Overloaded. Returns the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMaximumOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded. Returns the maximal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimum | Overloaded. Returns the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumIndex | Overloaded. Returns the index of the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumIndexInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the index of the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumIndexOrDefault(Int32) | Overloaded. Returns the index of the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumIndexOrDefaultInt32(FuncInt32, Double, Int32, Boolean) | Overloaded. Returns the index of the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumOrDefault(Int32) | Overloaded. Returns the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | AbsoluteMinimumOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded. Returns the minimal absolute value in the given container. (Defined by DescriptiveStatistics.) |
![]() | ArithmeticMean | Overloaded.
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
(Defined by DescriptiveStatistics.) |
![]() | ArithmeticMeanInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
(Defined by DescriptiveStatistics.) |
![]() | ArithmeticMeanOrDefault(Double) | Overloaded.
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
(Defined by DescriptiveStatistics.) |
![]() | ArithmeticMeanOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
(Defined by DescriptiveStatistics.) |
![]() | Autocorrelogram(Int32) | Overloaded.
Builds autocorrelogram of specified size of container's values. Method will enumerate
all lags between zero and specified one inclusively.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Autocorrelogram(Int32, Double) | Overloaded.
Builds autocorrelogram of specified size of container's values. Method will enumerate
all lags between zero and specified one inclusively.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | AutocorrelogramInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Builds autocorrelogram of specified size of container's values. Method will enumerate
all lags between zero and specified one inclusively.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | AutocorrelogramInt32(Int32, Double, FuncInt32, Double, Boolean) | Overloaded.
Builds autocorrelogram of specified size of container's values. Method will enumerate
all lags between zero and specified one inclusively.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | AutocorrelogramInt32(Int32, FuncInt32, Double, Boolean, Double) | Overloaded.
Builds autocorrelogram of specified size of container's values. Method will enumerate
all lags between zero and specified one inclusively.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | AutocorrelogramInt32(Int32, Double, FuncInt32, Double, Boolean, Double) | Overloaded.
Builds autocorrelogram of specified size of container's values. Method will enumerate
all lags between zero and specified one inclusively.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Center |
Centers values in the given collection.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CoefficientOfVariation | Overloaded.
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
(Defined by DescriptiveStatistics.) |
![]() | CoefficientOfVariationInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
(Defined by DescriptiveStatistics.) |
![]() | CoefficientOfVariationOrDefault(Double) | Overloaded.
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
(Defined by DescriptiveStatistics.) |
![]() | CoefficientOfVariationOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
(Defined by DescriptiveStatistics.) |
![]() | CopyData(IListInt32) | Overloaded.
Copy data from one container to another.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CopyDataInt32(IListDouble, FuncInt32, Double, Boolean) | Overloaded.
Copy data from one container to another.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CopyDataInt32(IListDouble, FuncInt32, Double, Boolean, Double) | Overloaded.
Copy data from one container to another.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Correlation(IEnumerableInt32) | Overloaded.
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
(Defined by DescriptiveStatistics.) |
![]() | CorrelationInt32(IEnumerableInt32, FuncInt32, Double, Boolean) | Overloaded.
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
(Defined by DescriptiveStatistics.) |
![]() | CorrelationOrDefault(IEnumerableInt32, Double) | Overloaded.
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
(Defined by DescriptiveStatistics.) |
![]() | CorrelationOrDefaultInt32(IEnumerableInt32, FuncInt32, Double, Double, Boolean) | Overloaded.
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
(Defined by DescriptiveStatistics.) |
![]() | Correlogram(IEnumerableInt32, Int32) | Overloaded.
Builds correlogram between values from containers. Method will enum all lags between -lag and +lag.
Be careful with result array size it must be at least lag * 2 + 1. The containers must have the same size.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Correlogram(IEnumerableInt32, Int32, Double) | Overloaded.
Builds correlogram between values from containers. Method will enum all lags between -lag and +lag.
Be careful with result array size it must be at least lag * 2 + 1. The containers must have the same size.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CorrelogramInt32(IEnumerableInt32, Int32, FuncInt32, Double, Boolean) | Overloaded.
Builds correlogram between values from containers. Method will enum all lags between -lag and +lag.
Be careful with result array size it must be at least lag * 2 + 1. The containers must have the same size.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CorrelogramInt32(IEnumerableInt32, Int32, Double, FuncInt32, Double, Boolean) | Overloaded.
Builds correlogram between values from containers. Method will enum all lags between -lag and +lag.
Be careful with result array size it must be at least lag * 2 + 1. The containers must have the same size.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CorrelogramInt32(IEnumerableInt32, Int32, FuncInt32, Double, Boolean, Double) | Overloaded.
Builds correlogram between values from containers. Method will enum all lags between -lag and +lag.
Be careful with result array size it must be at least lag * 2 + 1. The containers must have the same size.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | CorrelogramInt32(IEnumerableInt32, Int32, Double, FuncInt32, Double, Boolean, Double) | Overloaded.
Builds correlogram between values from containers. Method will enum all lags between -lag and +lag.
Be careful with result array size it must be at least lag * 2 + 1. The containers must have the same size.
http://en.wikipedia.org/wiki/Correlogram
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Count | Overloaded.
Returns the number of elements in the container.
(Defined by DescriptiveStatistics.) |
![]() | CountInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the number of elements in the container.
(Defined by DescriptiveStatistics.) |
![]() | CountOrDefault(Int32) | Overloaded.
Returns the number of elements in the container.
(Defined by DescriptiveStatistics.) |
![]() | CountOrDefaultInt32(FuncInt32, Double, Int32, Boolean) | Overloaded.
Returns the number of elements in the container.
(Defined by DescriptiveStatistics.) |
![]() | Covariance(IEnumerableInt32) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceInt32(IEnumerableInt32, FuncInt32, Double, Boolean) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceOrDefault(IEnumerableInt32, Double) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceOrDefaultInt32(IEnumerableInt32, FuncInt32, Double, Double, Boolean) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovariancePopulation(IEnumerableInt32) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovariancePopulationInt32(IEnumerableInt32, FuncInt32, Double, Boolean) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovariancePopulationOrDefault(IEnumerableInt32, Double) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovariancePopulationOrDefaultInt32(IEnumerableInt32, FuncInt32, Double, Double, Boolean) | Overloaded.
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceSample(IEnumerableInt32) | Overloaded.
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceSampleInt32(IEnumerableInt32, FuncInt32, Double, Boolean) | Overloaded.
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceSampleOrDefault(IEnumerableInt32, Double) | Overloaded.
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CovarianceSampleOrDefaultInt32(IEnumerableInt32, FuncInt32, Double, Double, Boolean) | Overloaded.
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
(Defined by DescriptiveStatistics.) |
![]() | CumulativeDistribution(Int32) | Overloaded.
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Defined by DescriptiveStatistics.) |
![]() | CumulativeDistributionInt32(Double, FuncInt32, Double, Boolean) | Overloaded.
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Defined by DescriptiveStatistics.) |
![]() | CumulativeDistributionOrDefault(Int32, Double) | Overloaded.
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Defined by DescriptiveStatistics.) |
![]() | CumulativeDistributionOrDefaultInt32(Double, FuncInt32, Double, Double, Boolean) | Overloaded.
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Defined by DescriptiveStatistics.) |
![]() | EnsureBoundaries |
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | EnsureLeftBoundary |
Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | EnsureRightBoundary |
Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | FirstRawMoment | Overloaded.
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FirstRawMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FirstRawMomentOrDefault(Double) | Overloaded.
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FirstRawMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FourthCentralMoment | Overloaded.
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | FourthCentralMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | FourthCentralMomentOrDefault(Double) | Overloaded.
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | FourthCentralMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | FourthRawMoment | Overloaded.
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FourthRawMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FourthRawMomentOrDefault(Double) | Overloaded.
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | FourthRawMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | GeometricMean | Overloaded.
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
(Defined by DescriptiveStatistics.) |
![]() | GeometricMeanInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
(Defined by DescriptiveStatistics.) |
![]() | GeometricMeanOrDefault(Double) | Overloaded.
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
(Defined by DescriptiveStatistics.) |
![]() | GeometricMeanOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
(Defined by DescriptiveStatistics.) |
![]() | GetBottom(Int32) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottom(Int32) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottomInt32(Int32, DescriptiveStatisticsBaseGetRankDelegateInt32) | Overloaded.
Returns given amount of objects with biggest values gotten from specified delegate.
(Defined by DescriptiveStatisticsBase.) |
![]() | GetBottomInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottomInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottomIndices(Int32) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottomIndices(Int32, Int32) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottomIndicesInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetBottomIndicesInt32(Int32, Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of largest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetCentered | Overloaded.
Stores centered copy of the given collection into another one.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetCentered(IListDouble) | Overloaded.
Stores centered copy of the given collection into another one.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetCenteredInt32(FuncInt32, Double, Boolean) | Overloaded.
Stores centered copy of the given collection into another one.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetCenteredInt32(IListDouble, FuncInt32, Double, Boolean) | Overloaded.
Stores centered copy of the given collection into another one.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetCenteredInt32(FuncInt32, Double, Boolean, Double) | Overloaded.
Stores centered copy of the given collection into another one.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetCenteredInt32(IListDouble, FuncInt32, Double, Boolean, Double) | Overloaded.
Stores centered copy of the given collection into another one.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredBoundaries(Int32, Int32) | Overloaded.
Store copy of collection.
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredBoundaries(Int32, Int32, IListDouble) | Overloaded.
Store copy of collection.
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredBoundariesInt32(Double, Double, FuncInt32, Double, Boolean) | Overloaded.
Store copy of collection.
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredBoundariesInt32(Double, Double, IListDouble, FuncInt32, Double, Boolean) | Overloaded.
Store copy of collection.
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredBoundariesInt32(Double, Double, FuncInt32, Double, Boolean, Double) | Overloaded.
Store copy of collection.
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredBoundariesInt32(Double, Double, IListDouble, FuncInt32, Double, Boolean, Double) | Overloaded.
Store copy of collection.
Values below leftBoundary will be replaced with leftBoundary value.
Values above rightBoundary will be replaced with rightBoundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredLeftBoundary(Int32) | Overloaded.
Store copy of collection. Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredLeftBoundary(Int32, IListDouble) | Overloaded.
Store copy of collection. Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredLeftBoundaryInt32(Double, FuncInt32, Double, Boolean) | Overloaded.
Store copy of collection. Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredLeftBoundaryInt32(Double, IListDouble, FuncInt32, Double, Boolean) | Overloaded.
Store copy of collection. Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredLeftBoundaryInt32(Double, FuncInt32, Double, Boolean, Double) | Overloaded.
Store copy of collection. Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredLeftBoundaryInt32(Double, IListDouble, FuncInt32, Double, Boolean, Double) | Overloaded.
Store copy of collection. Values below boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredRightBoundary(Int32) | Overloaded.
Store copy of collection. Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredRightBoundary(Int32, IListDouble) | Overloaded.
Store copy of collection. Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredRightBoundaryInt32(Double, FuncInt32, Double, Boolean) | Overloaded.
Store copy of collection. Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredRightBoundaryInt32(Double, IListDouble, FuncInt32, Double, Boolean) | Overloaded.
Store copy of collection. Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredRightBoundaryInt32(Double, FuncInt32, Double, Boolean, Double) | Overloaded.
Store copy of collection. Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetEnsuredRightBoundaryInt32(Double, IListDouble, FuncInt32, Double, Boolean, Double) | Overloaded.
Store copy of collection. Values above boundary will be replaced with boundary value.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetStandardized | Overloaded.
Stores standardized copy of the given collection into another one.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetStandardized(IListDouble) | Overloaded.
Stores standardized copy of the given collection into another one.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetStandardizedInt32(FuncInt32, Double, Boolean) | Overloaded.
Stores standardized copy of the given collection into another one.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetStandardizedInt32(IListDouble, FuncInt32, Double, Boolean) | Overloaded.
Stores standardized copy of the given collection into another one.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetStandardizedInt32(FuncInt32, Double, Boolean, Double) | Overloaded.
Stores standardized copy of the given collection into another one.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetStandardizedInt32(IListDouble, FuncInt32, Double, Boolean, Double) | Overloaded.
Stores standardized copy of the given collection into another one.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | GetTop(Int32) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTop(Int32) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTopInt32(Int32, DescriptiveStatisticsBaseGetRankDelegateInt32) | Overloaded.
Returns given amount of objects with smallest values gotten from specified delegate.
(Defined by DescriptiveStatisticsBase.) |
![]() | GetTopInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTopInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTopIndices(Int32) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTopIndices(Int32, Int32) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTopIndicesInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | GetTopIndicesInt32(Int32, Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns given number of smallest values from the container.
(Defined by DescriptiveStatistics.) |
![]() | HarmonicMean | Overloaded.
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
(Defined by DescriptiveStatistics.) |
![]() | HarmonicMeanInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
(Defined by DescriptiveStatistics.) |
![]() | HarmonicMeanOrDefault(Double) | Overloaded.
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
(Defined by DescriptiveStatistics.) |
![]() | HarmonicMeanOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
(Defined by DescriptiveStatistics.) |
![]() | Kurtosis | Overloaded.
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
(Defined by DescriptiveStatistics.) |
![]() | KurtosisInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
(Defined by DescriptiveStatistics.) |
![]() | KurtosisOrDefault(Double) | Overloaded.
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
(Defined by DescriptiveStatistics.) |
![]() | KurtosisOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
(Defined by DescriptiveStatistics.) |
![]() | Largest(Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | Largest(IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | Largest(Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Decimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, Decimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Decimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Int64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, Int64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Int64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableDecimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, NullableDecimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableDecimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, NullableInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableInt64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, NullableInt64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableInt64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, Double, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Single, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, Single, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, Single, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(IListInt32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32(Int32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32, TResult(Int32, FuncInt32, TResult) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32, TResult(IListInt32, FuncInt32, TResult) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestInt32, TResult(Int32, FuncInt32, TResult) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndices(Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndices(Int32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndices(IListInt32, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Decimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Int64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableDecimal) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableInt64) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Decimal, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, Decimal, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Single, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Int32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, Int32, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Int64, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, Int64, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableDecimal, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, NullableDecimal, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableInt32, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, NullableInt32, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableInt64, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, NullableInt64, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Double, Int32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, Double, IListInt32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, Single, Int32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, Single, IListInt32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableDouble, Int32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, NullableDouble, IListInt32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(Int32, FuncInt32, NullableSingle, Int32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32(IListInt32, FuncInt32, NullableSingle, IListInt32, Boolean) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32, TResult(Int32, FuncInt32, TResult) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32, TResult(Int32, FuncInt32, TResult, Int32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | LargestIndicesInt32, TResult(IListInt32, FuncInt32, TResult, IListInt32) | Overloaded.
Returns largest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | Maximum | Overloaded. Returns the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumIndex | Overloaded. Returns the index of the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumIndexInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the index of the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumIndexOrDefault(Int32) | Overloaded. Returns the index of the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumIndexOrDefaultInt32(FuncInt32, Double, Int32, Boolean) | Overloaded. Returns the index of the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumOrDefault(Int32) | Overloaded. Returns the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MaximumOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded. Returns the maximal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | Mean | Overloaded.
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
(Defined by DescriptiveStatistics.) |
![]() | MeanInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
(Defined by DescriptiveStatistics.) |
![]() | MeanOrDefault(Double) | Overloaded.
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
(Defined by DescriptiveStatistics.) |
![]() | MeanOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
(Defined by DescriptiveStatistics.) |
![]() | Median | Overloaded.
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
(Defined by DescriptiveStatistics.) |
![]() | MedianInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
(Defined by DescriptiveStatistics.) |
![]() | MedianOrDefault(Double) | Overloaded.
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
(Defined by DescriptiveStatistics.) |
![]() | MedianOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
(Defined by DescriptiveStatistics.) |
![]() | Midrange | Overloaded.
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
(Defined by DescriptiveStatistics.) |
![]() | MidrangeInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
(Defined by DescriptiveStatistics.) |
![]() | MidrangeOrDefault(Double) | Overloaded.
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
(Defined by DescriptiveStatistics.) |
![]() | MidrangeOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
(Defined by DescriptiveStatistics.) |
![]() | Minimum | Overloaded. Returns the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumIndex | Overloaded. Returns the index of the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumIndexInt32(FuncInt32, Double, Boolean) | Overloaded. Returns the index of the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumIndexOrDefault(Int32) | Overloaded. Returns the index of the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumIndexOrDefaultInt32(FuncInt32, Double, Int32, Boolean) | Overloaded. Returns the index of the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumMaximum | Overloaded.
Returns the minimum, maximum, range and midrange statistics of the container's values.
(Defined by DescriptiveStatistics.) |
![]() | MinimumMaximumInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the minimum, maximum, range and midrange statistics of the container's values.
(Defined by DescriptiveStatistics.) |
![]() | MinimumMaximumOrDefault(DescriptiveStatisticsMinimumMaximumValuesInt32) | Overloaded.
Returns the minimum, maximum, range and midrange statistics of the container's values.
(Defined by DescriptiveStatistics.) |
![]() | MinimumMaximumOrDefaultInt32(FuncInt32, Double, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean) | Overloaded.
Returns the minimum, maximum, range and midrange statistics of the container's values.
(Defined by DescriptiveStatistics.) |
![]() | MinimumOrDefault(Int32) | Overloaded. Returns the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | MinimumOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded. Returns the minimal value in the given container. (Defined by DescriptiveStatistics.) |
![]() | OrderStatistic(Int32) | Overloaded.
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
(Defined by DescriptiveStatistics.) |
![]() | OrderStatisticInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
(Defined by DescriptiveStatistics.) |
![]() | OrderStatisticOrDefault(Int32, Double) | Overloaded.
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
(Defined by DescriptiveStatistics.) |
![]() | OrderStatisticOrDefaultInt32(Int32, FuncInt32, Double, Double, Boolean) | Overloaded.
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
(Defined by DescriptiveStatistics.) |
![]() | QuadraticMean | Overloaded.
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
(Defined by DescriptiveStatistics.) |
![]() | QuadraticMeanInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
(Defined by DescriptiveStatistics.) |
![]() | QuadraticMeanOrDefault(Double) | Overloaded.
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
(Defined by DescriptiveStatistics.) |
![]() | QuadraticMeanOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
(Defined by DescriptiveStatistics.) |
![]() | Quantile(Double) | Overloaded.
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
(Defined by DescriptiveStatistics.) |
![]() | QuantileInt32(Double, FuncInt32, Double, Boolean) | Overloaded.
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
(Defined by DescriptiveStatistics.) |
![]() | QuantileOrDefault(Double, Double) | Overloaded.
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
(Defined by DescriptiveStatistics.) |
![]() | QuantileOrDefaultInt32(Double, FuncInt32, Double, Double, Boolean) | Overloaded.
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
(Defined by DescriptiveStatistics.) |
![]() | RandomPermutateInt32(RandomGenerator) | Overloaded.
Performs random permutation values in collection.
(Defined by DescriptiveStatisticsBase.) |
![]() | RandomPermutateInt32(Int32, Int32, RandomGenerator) | Overloaded.
Performs random permutation values in collection.
(Defined by DescriptiveStatisticsBase.) |
![]() | SecondCentralMoment | Overloaded.
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | SecondCentralMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | SecondCentralMomentOrDefault(Double) | Overloaded.
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | SecondCentralMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | SecondRawMoment | Overloaded.
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | SecondRawMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | SecondRawMomentOrDefault(Double) | Overloaded.
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | SecondRawMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | Skewness | Overloaded.
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
(Defined by DescriptiveStatistics.) |
![]() | SkewnessInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
(Defined by DescriptiveStatistics.) |
![]() | SkewnessOrDefault(Double) | Overloaded.
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
(Defined by DescriptiveStatistics.) |
![]() | SkewnessOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
(Defined by DescriptiveStatistics.) |
![]() | Smallest(Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | Smallest(IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | Smallest(Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Decimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, Decimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Decimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Int64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, Int64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Int64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableDecimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, NullableDecimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableDecimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, NullableInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableInt64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, NullableInt64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableInt64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, Double, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Single, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, Single, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, Single, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(IListInt32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32(Int32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32, TResult(Int32, FuncInt32, TResult) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32, TResult(IListInt32, FuncInt32, TResult) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestInt32, TResult(Int32, FuncInt32, TResult) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndices(Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndices(Int32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndices(IListInt32, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Decimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Int64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableDecimal) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableInt64) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Decimal, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, Decimal, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Double, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Single, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Int32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, Int32, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Int64, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, Int64, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableDecimal, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, NullableDecimal, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableDouble, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableSingle, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableInt32, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, NullableInt32, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableInt64, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, NullableInt64, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Double, Int32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, Double, IListInt32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, Single, Int32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, Single, IListInt32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableDouble, Int32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, NullableDouble, IListInt32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(Int32, FuncInt32, NullableSingle, Int32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32(IListInt32, FuncInt32, NullableSingle, IListInt32, Boolean) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32, TResult(Int32, FuncInt32, TResult) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32, TResult(Int32, FuncInt32, TResult, Int32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | SmallestIndicesInt32, TResult(IListInt32, FuncInt32, TResult, IListInt32) | Overloaded.
Returns smallest elements (total - count) using selector to receive as transform function.
(Defined by LargestSmallest.) |
![]() | StandardDeviation | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationOrDefault(Double) | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationPopulation | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationPopulationInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationPopulationOrDefault(Double) | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationPopulationOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationSample | Overloaded.
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationSampleInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationSampleOrDefault(Double) | Overloaded.
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | StandardDeviationSampleOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | Standardize |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Sum | Overloaded.
Returns the sum of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the sum of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumMagnitudes | Overloaded.
Returns the sum of magnitudes of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumMagnitudesInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the sum of magnitudes of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumMagnitudesOrDefault(Double) | Overloaded.
Returns the sum of magnitudes of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumMagnitudesOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the sum of magnitudes of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumOrDefault(Double) | Overloaded.
Returns the sum of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the sum of values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumSquares | Overloaded.
Returns the sum of squared values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumSquaresInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the sum of squared values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumSquaresOrDefault(Double) | Overloaded.
Returns the sum of squared values in data set.
(Defined by DescriptiveStatistics.) |
![]() | SumSquaresOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the sum of squared values in data set.
(Defined by DescriptiveStatistics.) |
![]() | ThirdCentralMoment | Overloaded.
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | ThirdCentralMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | ThirdCentralMomentOrDefault(Double) | Overloaded.
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | ThirdCentralMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
(Defined by DescriptiveStatistics.) |
![]() | ThirdRawMoment | Overloaded.
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | ThirdRawMomentInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | ThirdRawMomentOrDefault(Double) | Overloaded.
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | ThirdRawMomentOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
(Defined by DescriptiveStatistics.) |
![]() | ToArray | Overloaded.
Copies the elements of the IEnumerable to a new array.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | ToArrayInt32(FuncInt32, Double, Boolean) | Overloaded.
Copies the elements of the IEnumerable to a new array.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | ToArrayInt32(FuncInt32, Double, Boolean, Double) | Overloaded.
Copies the elements of the IEnumerable to a new array.
(Defined by DescriptiveStatisticsTransforms.) |
![]() | Variance | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceOrDefault(Double) | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VariancePopulation | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VariancePopulationInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VariancePopulationOrDefault(Double) | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VariancePopulationOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceSample | Overloaded.
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceSampleInt32(FuncInt32, Double, Boolean) | Overloaded.
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceSampleOrDefault(Double) | Overloaded.
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |
![]() | VarianceSampleOrDefaultInt32(FuncInt32, Double, Double, Boolean) | Overloaded.
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
(Defined by DescriptiveStatistics.) |