DescriptiveStatisticsTransformsStandardize Method |
Name | Description | |
---|---|---|
Standardize(IListDecimal) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListInt32) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListInt64) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableDecimal) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableInt32) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableInt64) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListDouble, Boolean) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableDecimal, Decimal) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableDouble, Boolean) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableInt32, Int32) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableInt64, Int64) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableSingle, Boolean) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListSingle, Boolean) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(Vector, Boolean) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListDouble, Boolean, Double) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableDouble, Boolean, Double) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListNullableSingle, Boolean, Single) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(IListSingle, Boolean, Single) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
| |
Standardize(Vector, Boolean, Double) |
Standardizes the values in the given collection.
http://en.wikipedia.org/wiki/Standard_score
|