Click or drag to resize

DescriptiveStatisticsTransformsStandardize Method

Overload List
  NameDescription
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
Top
See Also