Click or drag to resize

DescriptiveStatisticsTransforms Class

Contains big number of extensions. It may be useful to calculate statistics.
Inheritance Hierarchy
SystemObject
  FinMath.StatisticsDescriptiveStatisticsTransforms

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class DescriptiveStatisticsTransforms
Methods
  NameDescription
Public methodStatic memberAutocorrelogram(IEnumerableDecimal, Int32)
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
Public methodStatic memberAutocorrelogram(IEnumerableInt32, Int32)
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
Public methodStatic memberAutocorrelogram(IEnumerableInt64, Int32)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDecimal, Int32)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt32, Int32)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt64, Int32)
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
Public methodStatic memberAutocorrelogram(IEnumerableDecimal, Int32, Decimal)
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
Public methodStatic memberAutocorrelogram(IEnumerableDouble, Int32, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableInt32, Int32, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableInt64, Int32, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDecimal, Int32, Decimal)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDecimal, Int32, Decimal)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDouble, Int32, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt32, Int32, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt32, Int32, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt64, Int32, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt64, Int32, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableSingle, Int32, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableSingle, Int32, Boolean)
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
Public methodStatic memberAutocorrelogram(Vector, Int32, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableDouble, Int32, Boolean, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableDouble, Int32, Double, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDecimal, Int32, Decimal, Decimal)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDouble, Int32, Boolean, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDouble, Int32, Double, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt32, Int32, Double, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableInt64, Int32, Double, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableSingle, Int32, Boolean, Single)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableSingle, Int32, Single, Boolean)
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
Public methodStatic memberAutocorrelogram(IEnumerableSingle, Int32, Boolean, Single)
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
Public methodStatic memberAutocorrelogram(IEnumerableSingle, Int32, Single, Boolean)
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
Public methodStatic memberAutocorrelogram(Vector, Int32, Vector, Boolean)
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
Public methodStatic memberAutocorrelogram(Vector, Int32, Boolean, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableDouble, Int32, Double, Boolean, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableDouble, Int32, Double, Boolean, Double)
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
Public methodStatic memberAutocorrelogram(IEnumerableNullableSingle, Int32, Single, Boolean, Single)
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
Public methodStatic memberAutocorrelogram(IEnumerableSingle, Int32, Single, Boolean, Single)
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
Public methodStatic memberAutocorrelogram(Vector, Int32, Vector, Boolean, Double)
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
Public methodStatic memberAutocorrelogramTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
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
Public methodStatic memberAutocorrelogramTSource(IEnumerableTSource, Int32, Double, FuncTSource, Double, Boolean)
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
Public methodStatic memberAutocorrelogramTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean, Double)
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
Public methodStatic memberAutocorrelogramTSource(IEnumerableTSource, Int32, Double, FuncTSource, Double, Boolean, Double)
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
Public methodStatic memberCenter(IListDecimal)
Centers values in the given collection.
Public methodStatic memberCenter(IListInt32)
Centers values in the given collection.
Public methodStatic memberCenter(IListInt64)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableDecimal)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableInt32)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableInt64)
Centers values in the given collection.
Public methodStatic memberCenter(IListDouble, Boolean)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableDecimal, Decimal)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableDouble, Boolean)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableInt32, Int32)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableInt64, Int64)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableSingle, Boolean)
Centers values in the given collection.
Public methodStatic memberCenter(IListSingle, Boolean)
Centers values in the given collection.
Public methodStatic memberCenter(Vector, Boolean)
Centers values in the given collection.
Public methodStatic memberCenter(IListDouble, Boolean, Double)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableDouble, Boolean, Double)
Centers values in the given collection.
Public methodStatic memberCenter(IListNullableSingle, Boolean, Single)
Centers values in the given collection.
Public methodStatic memberCenter(IListSingle, Boolean, Single)
Centers values in the given collection.
Public methodStatic memberCenter(Vector, Boolean, Double)
Centers values in the given collection.
Public methodStatic memberCopyData(IEnumerableDecimal, IListDecimal)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableInt32, IListInt32)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableInt64, IListInt64)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableDecimal, IListDecimal)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableInt32, IListInt32)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableInt64, IListInt64)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableDouble, IListDouble, Boolean)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableDecimal, IListDecimal, Decimal)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableDouble, IListDouble, Boolean)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableInt32, IListInt32, Int32)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableInt64, IListInt64, Int64)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableSingle, IListSingle, Boolean)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableSingle, IListSingle, Boolean)
Copy data from one container to another.
Public methodStatic memberCopyData(Vector, Vector, Boolean)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableDouble, IListDouble, Boolean, Double)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableDouble, IListDouble, Boolean, Double)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableNullableSingle, IListSingle, Boolean, Single)
Copy data from one container to another.
Public methodStatic memberCopyData(IEnumerableSingle, IListSingle, Boolean, Single)
Copy data from one container to another.
Public methodStatic memberCopyData(Vector, Vector, Boolean, Double)
Copy data from one container to another.
Public methodStatic memberCopyDataTSource(IEnumerableTSource, IListDouble, FuncTSource, Double, Boolean)
Copy data from one container to another.
Public methodStatic memberCopyDataTSource(IEnumerableTSource, IListDouble, FuncTSource, Double, Boolean, Double)
Copy data from one container to another.
Public methodStatic memberCorrelogram(IEnumerableDecimal, IEnumerableDecimal, Int32)
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
Public methodStatic memberCorrelogram(IEnumerableInt32, IEnumerableInt32, Int32)
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
Public methodStatic memberCorrelogram(IEnumerableInt64, IEnumerableInt64, Int32)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Int32)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt32, IEnumerableNullableInt32, Int32)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt64, IEnumerableNullableInt64, Int32)
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
Public methodStatic memberCorrelogram(IEnumerableDecimal, IEnumerableDecimal, Int32, Decimal)
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
Public methodStatic memberCorrelogram(IEnumerableDouble, IEnumerableDouble, Int32, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableInt32, IEnumerableInt32, Int32, Double)
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
Public methodStatic memberCorrelogram(IEnumerableInt64, IEnumerableInt64, Int32, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Int32, Decimal)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Int32, Decimal)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDouble, IEnumerableNullableDouble, Int32, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt32, IEnumerableNullableInt32, Int32, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt32, IEnumerableNullableInt32, Int32, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt64, IEnumerableNullableInt64, Int32, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt64, IEnumerableNullableInt64, Int32, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableSingle, IEnumerableNullableSingle, Int32, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableSingle, IEnumerableSingle, Int32, Boolean)
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
Public methodStatic memberCorrelogram(Vector, Vector, Int32, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableDouble, IEnumerableDouble, Int32, Boolean, Double)
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
Public methodStatic memberCorrelogram(IEnumerableDouble, IEnumerableDouble, Int32, Double, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Int32, Decimal, Decimal)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDouble, IEnumerableNullableDouble, Int32, Boolean, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDouble, IEnumerableNullableDouble, Int32, Double, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt32, IEnumerableNullableInt32, Int32, Double, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableInt64, IEnumerableNullableInt64, Int32, Double, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableSingle, IEnumerableNullableSingle, Int32, Boolean, Single)
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
Public methodStatic memberCorrelogram(IEnumerableNullableSingle, IEnumerableNullableSingle, Int32, Single, Boolean)
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
Public methodStatic memberCorrelogram(IEnumerableSingle, IEnumerableSingle, Int32, Boolean, Single)
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
Public methodStatic memberCorrelogram(IEnumerableSingle, IEnumerableSingle, Int32, Single, Boolean)
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
Public methodStatic memberCorrelogram(Vector, Vector, Int32, Vector, Boolean)
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
Public methodStatic memberCorrelogram(Vector, Vector, Int32, Boolean, Double)
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
Public methodStatic memberCorrelogram(IEnumerableDouble, IEnumerableDouble, Int32, Double, Boolean, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableDouble, IEnumerableNullableDouble, Int32, Double, Boolean, Double)
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
Public methodStatic memberCorrelogram(IEnumerableNullableSingle, IEnumerableNullableSingle, Int32, Single, Boolean, Single)
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
Public methodStatic memberCorrelogram(IEnumerableSingle, IEnumerableSingle, Int32, Single, Boolean, Single)
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
Public methodStatic memberCorrelogram(Vector, Vector, Int32, Vector, Boolean, Double)
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
Public methodStatic memberCorrelogramTSource(IEnumerableTSource, IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
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
Public methodStatic memberCorrelogramTSource(IEnumerableTSource, IEnumerableTSource, Int32, Double, FuncTSource, Double, Boolean)
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
Public methodStatic memberCorrelogramTSource(IEnumerableTSource, IEnumerableTSource, Int32, FuncTSource, Double, Boolean, Double)
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
Public methodStatic memberCorrelogramTSource(IEnumerableTSource, IEnumerableTSource, Int32, Double, FuncTSource, Double, Boolean, Double)
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
Public methodStatic memberEnsureBoundaries(IListDecimal, Decimal, Decimal)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListInt32, Int32, Int32)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListInt64, Int64, Int64)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableDecimal, Decimal, Decimal)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableInt32, Int32, Int32)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableInt64, Int64, Int64)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListDouble, Double, Double, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableDecimal, Decimal, Decimal, Decimal)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableDouble, Double, Double, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableInt32, Int32, Int32, Int32)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableInt64, Int64, Int64, Int64)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableSingle, Single, Single, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListSingle, Single, Single, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(Vector, Double, Double, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListDouble, Double, Double, Boolean, Double)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableDouble, Double, Double, Boolean, Double)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListNullableSingle, Single, Single, Boolean, Single)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IListSingle, Single, Single, Boolean, Single)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(Vector, Double, Double, Boolean, Double)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureLeftBoundary(IListDecimal, Decimal)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListInt32, Int32)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListInt64, Int64)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableDecimal, Decimal)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableInt32, Int32)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableInt64, Int64)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListDouble, Double, Boolean)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableDecimal, Decimal, Decimal)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableDouble, Double, Boolean)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableInt32, Int32, Int32)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableInt64, Int64, Int64)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableSingle, Single, Boolean)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListSingle, Single, Boolean)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(Vector, Double, Boolean)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListDouble, Double, Boolean, Double)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableDouble, Double, Boolean, Double)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListNullableSingle, Single, Boolean, Single)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(IListSingle, Single, Boolean, Single)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureLeftBoundary(Vector, Double, Boolean, Double)
Values below boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListDecimal, Decimal)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListInt32, Int32)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListInt64, Int64)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableDecimal, Decimal)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableInt32, Int32)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableInt64, Int64)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListDouble, Double, Boolean)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableDecimal, Decimal, Decimal)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableDouble, Double, Boolean)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableInt32, Int32, Int32)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableInt64, Int64, Int64)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableSingle, Single, Boolean)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListSingle, Single, Boolean)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(Vector, Double, Boolean)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListDouble, Double, Boolean, Double)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableDouble, Double, Boolean, Double)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListNullableSingle, Single, Boolean, Single)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(IListSingle, Single, Boolean, Single)
Values above boundary will be replaced with boundary value.
Public methodStatic memberEnsureRightBoundary(Vector, Double, Boolean, Double)
Values above boundary will be replaced with boundary value.
Public methodStatic memberGetCentered(IEnumerableDecimal)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableInt32)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableInt64)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDecimal)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt32)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt64)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableDecimal, IListDecimal)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableDouble, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableInt32, IListDouble)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableInt64, IListDouble)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDecimal, IListDecimal)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDecimal, Decimal)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDouble, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt32, IListDouble)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt32, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt64, IListDouble)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt64, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableSingle, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableSingle, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(Vector, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableDouble, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableDouble, IListDouble, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDecimal, IListDecimal, Decimal)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDouble, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDouble, IListDouble, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt32, IListDouble, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableInt64, IListDouble, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableSingle, Boolean, Single)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableSingle, IListSingle, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableSingle, Boolean, Single)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableSingle, IListSingle, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(Vector, Vector, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(Vector, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableDouble, IListDouble, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableDouble, IListDouble, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableNullableSingle, IListSingle, Boolean, Single)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(IEnumerableSingle, IListSingle, Boolean, Single)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCentered(Vector, Vector, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCenteredTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCenteredTSource(IEnumerableTSource, IListDouble, FuncTSource, Double, Boolean)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCenteredTSource(IEnumerableTSource, FuncTSource, Double, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetCenteredTSource(IEnumerableTSource, IListDouble, FuncTSource, Double, Boolean, Double)
Stores centered copy of the given collection into another one.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableDecimal, Decimal, Decimal)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableInt32, Int32, Int32)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableInt64, Int64, Int64)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDecimal, Decimal, Decimal)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt32, Int32, Int32)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt64, Int64, Int64)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableDecimal, Decimal, Decimal, IListDecimal)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableDouble, Double, Double, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableInt32, Int32, Int32, IListDouble)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableInt64, Int64, Int64, IListDouble)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDecimal, Decimal, Decimal, IListDecimal)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDecimal, Decimal, Decimal, Decimal)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDouble, Double, Double, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt32, Int32, Int32, IListDouble)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt32, Int32, Int32, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt64, Int64, Int64, IListDouble)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt64, Int64, Int64, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableSingle, Single, Single, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableSingle, Single, Single, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(Vector, Double, Double, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableDouble, Double, Double, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableDouble, Double, Double, IListDouble, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDecimal, Decimal, Decimal, IListDecimal, Decimal)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDouble, Double, Double, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDouble, Double, Double, IListDouble, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt32, Int32, Int32, IListDouble, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableInt64, Int64, Int64, IListDouble, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableSingle, Single, Single, Boolean, Single)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableSingle, Single, Single, IListSingle, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableSingle, Single, Single, Boolean, Single)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableSingle, Single, Single, IListSingle, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(Vector, Double, Double, Vector, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(Vector, Double, Double, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableDouble, Double, Double, IListDouble, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableDouble, Double, Double, IListDouble, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableNullableSingle, Single, Single, IListSingle, Boolean, Single)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(IEnumerableSingle, Single, Single, IListSingle, Boolean, Single)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundaries(Vector, Double, Double, Vector, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundariesTSource(IEnumerableTSource, Double, Double, FuncTSource, Double, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundariesTSource(IEnumerableTSource, Double, Double, IListDouble, FuncTSource, Double, Boolean)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundariesTSource(IEnumerableTSource, Double, Double, FuncTSource, Double, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredBoundariesTSource(IEnumerableTSource, Double, Double, IListDouble, FuncTSource, Double, Boolean, Double)
Store copy of collection. Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableDecimal, Decimal)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableInt32, Int32)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableInt64, Int64)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDecimal, Decimal)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt32, Int32)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt64, Int64)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableDecimal, Decimal, IListDecimal)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableDouble, Double, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableInt32, Int32, IListDouble)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableInt64, Int64, IListDouble)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDecimal, Decimal, IListDecimal)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDecimal, Decimal, Decimal)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDouble, Double, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt32, Int32, IListDouble)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt32, Int32, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt64, Int64, IListDouble)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt64, Int64, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableSingle, Single, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableSingle, Single, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(Vector, Double, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableDouble, Double, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableDouble, Double, IListDouble, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDecimal, Decimal, IListDecimal, Decimal)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDouble, Double, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDouble, Double, IListDouble, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt32, Int32, IListDouble, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableInt64, Int64, IListDouble, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableSingle, Single, Boolean, Single)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableSingle, Single, IListSingle, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableSingle, Single, Boolean, Single)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableSingle, Single, IListSingle, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(Vector, Double, Vector, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(Vector, Double, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableDouble, Double, IListDouble, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableDouble, Double, IListDouble, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableNullableSingle, Single, IListSingle, Boolean, Single)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(IEnumerableSingle, Single, IListSingle, Boolean, Single)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundary(Vector, Double, Vector, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundaryTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundaryTSource(IEnumerableTSource, Double, IListDouble, FuncTSource, Double, Boolean)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundaryTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredLeftBoundaryTSource(IEnumerableTSource, Double, IListDouble, FuncTSource, Double, Boolean, Double)
Store copy of collection. Values below boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableDecimal, Decimal)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableInt32, Int32)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableInt64, Int64)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDecimal, Decimal)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt32, Int32)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt64, Int64)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableDecimal, Decimal, IListDecimal)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableDouble, Double, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableInt32, Int32, IListDouble)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableInt64, Int64, IListDouble)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDecimal, Decimal, IListDecimal)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDecimal, Decimal, Decimal)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDouble, Double, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt32, Int32, IListDouble)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt32, Int32, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt64, Int64, IListDouble)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt64, Int64, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableSingle, Single, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableSingle, Single, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(Vector, Double, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableDouble, Double, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableDouble, Double, IListDouble, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDecimal, Decimal, IListDecimal, Decimal)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDouble, Double, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDouble, Double, IListDouble, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt32, Int32, IListDouble, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableInt64, Int64, IListDouble, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableSingle, Single, Boolean, Single)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableSingle, Single, IListSingle, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableSingle, Single, Boolean, Single)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableSingle, Single, IListSingle, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(Vector, Double, Vector, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(Vector, Double, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableDouble, Double, IListDouble, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableDouble, Double, IListDouble, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableNullableSingle, Single, IListSingle, Boolean, Single)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(IEnumerableSingle, Single, IListSingle, Boolean, Single)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundary(Vector, Double, Vector, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundaryTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundaryTSource(IEnumerableTSource, Double, IListDouble, FuncTSource, Double, Boolean)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundaryTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetEnsuredRightBoundaryTSource(IEnumerableTSource, Double, IListDouble, FuncTSource, Double, Boolean, Double)
Store copy of collection. Values above boundary will be replaced with boundary value.
Public methodStatic memberGetStandardized(IEnumerableDecimal)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableInt32)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableInt64)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDecimal)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt32)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt64)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableDecimal, IListDecimal)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableDouble, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableInt32, IListDouble)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableInt64, IListDouble)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDecimal, IListDecimal)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDecimal, Decimal)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDouble, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt32, IListDouble)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt32, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt64, IListDouble)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt64, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableSingle, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableSingle, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(Vector, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableDouble, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableDouble, IListDouble, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDecimal, IListDecimal, Decimal)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDouble, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDouble, IListDouble, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt32, IListDouble, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableInt64, IListDouble, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableSingle, Boolean, Single)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableSingle, IListSingle, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableSingle, Boolean, Single)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableSingle, IListSingle, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(Vector, Vector, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(Vector, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableDouble, IListDouble, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableDouble, IListDouble, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableNullableSingle, IListSingle, Boolean, Single)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(IEnumerableSingle, IListSingle, Boolean, Single)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardized(Vector, Vector, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardizedTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardizedTSource(IEnumerableTSource, IListDouble, FuncTSource, Double, Boolean)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardizedTSource(IEnumerableTSource, FuncTSource, Double, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberGetStandardizedTSource(IEnumerableTSource, IListDouble, FuncTSource, Double, Boolean, Double)
Stores standardized copy of the given collection into another one. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListDecimal)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListInt32)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListInt64)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableDecimal)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableInt32)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableInt64)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListDouble, Boolean)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableDecimal, Decimal)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableDouble, Boolean)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableInt32, Int32)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableInt64, Int64)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableSingle, Boolean)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListSingle, Boolean)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(Vector, Boolean)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListDouble, Boolean, Double)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableDouble, Boolean, Double)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListNullableSingle, Boolean, Single)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(IListSingle, Boolean, Single)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberStandardize(Vector, Boolean, Double)
Standardizes the values in the given collection. http://en.wikipedia.org/wiki/Standard_score
Public methodStatic memberToArray(IEnumerableDecimal)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableInt32)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableInt64)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableDecimal)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableInt32)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableInt64)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableDouble, Boolean)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableDecimal, Decimal)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableDouble, Boolean)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableInt32, Int32)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableInt64, Int64)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableSingle, Boolean)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableSingle, Boolean)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(Vector, Boolean)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableDouble, Boolean, Double)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableDouble, Boolean, Double)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableNullableSingle, Boolean, Single)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(IEnumerableSingle, Boolean, Single)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArray(Vector, Boolean, Double)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArrayTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Copies the elements of the IEnumerable to a new array.
Public methodStatic memberToArrayTSource(IEnumerableTSource, FuncTSource, Double, Boolean, Double)
Copies the elements of the IEnumerable to a new array.
Top
See Also