Histogram<T> Class

Represents a histogram with bins indexed by the specified type.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class Histogram<T> : DenseVector<double>
Inheritance
Object  →  Vector<Double>  →  DenseVector<Double>  →  Histogram<T>

Type Parameters

T
The type of the keys of the histogram bins.

Properties

Attributes Gets attributes associated with the vector.
(Inherited from Vector<T>)
Bins Gets the index that contains the keys for the histogram's bins.
BinsAndValues Enumerates all bins and the total for each bin.
CanReshape Gets whether the vector can be reshaped into a matrix.
(Inherited from DenseVector<T>)
Count Gets the number of items that are not missing.
(Inherited from Vector<T>)
Preliminary
ElementType Gets the element type of the vector.
(Inherited from Vector<T>)
FormatString Gets or sets the format to use for each element when creating a string representation of the vector.
(Inherited from Vector<T>)
Index Gets or sets the index of labels for the vector.
(Inherited from Vector<T>)
Preliminary
IsImmutable Gets whether the vector's elements are immutable.
(Inherited from Vector<T>)
IsReadOnly Gets whether the vector can be written to.
(Inherited from Vector<T>)
IsSparse Gets a value that indicates whether the vector is sparse.
(Inherited from Vector<T>)
Item[Func<T, Boolean>] Gets or sets the elements of a vector that match the specified condition.
(Inherited from Vector<T>)
Item[IEnumerable<Int32>] Gets or sets the elements of the vector with the specified indexes.
(Inherited from Vector<T>)
Item[Index] Gets or sets a specific element of this vector.
(Inherited from Vector<T>)
Item[Int32] Gets or sets a specific element of this vector.
(Inherited from Vector<T>)
Item[Range] Gets or sets a range of elements of the vector.
(Inherited from Vector<T>)
Item[Range] Gets or sets a range of elements of the vector.
(Inherited from Vector<T>)
Item[Vector<Boolean>] Gets or sets the elements of a vector that match the specified condition.
(Inherited from Vector<T>)
Length Gets the number of elements in the vector.
(Inherited from Vector<T>)
MayHaveMissingValues Gets or sets whether the vector may contain missing values that require special handling in calculations.
(Inherited from Vector<T>)
MissingValue Gets or sets the value that is used to represent missing values.
(Inherited from Vector<T>)
Name Gets or sets the name of the vector.
(Inherited from Vector<T>)
NonzeroComponents Gets a collection of IndexValuePair<T> objects representing the nonzero elements of this instance.
(Inherited from Vector<T>)
Obsolete.
NonzeroCount Gets the number of nonzero elements in the vector.
(Inherited from Vector<T>)
NonzeroElements Gets a collection of IndexValuePair<T> objects representing the nonzero elements of this instance.
(Inherited from Vector<T>)
Precedence Infrastructure. This property supports the Numerical Libraries for .NET infrastructure and is not intended to be used directly from your code.
(Inherited from Vector<T>)
Storage Returns the array slice that is used to store the elements of the vector.
(Inherited from DenseVector<T>)
TotalValue Gets the sum of all bin values.
Obsolete.

Methods

AbsCore Computes the absolute values of the elements of a vector.
(Inherited from DenseVector<T>)
AbsInPlace Computes the absolute values of the elements of a vector in-place.
(Inherited from Vector<T>)
AbsoluteMaxIndex Returns the index of the element in this vector that has the largest absolute value.
(Inherited from Vector<T>)
AbsoluteMinIndex Returns the index of the element in this vector that has the smallest absolute value.
(Inherited from Vector<T>)
AcosCore Computes the inverse cosine of the elements of a vector.
(Inherited from DenseVector<T>)
AcoshCore Computes the inverse hyperbolic cosine of the elements of a vector.
(Inherited from DenseVector<T>)
AcoshInPlace Computes the inverse hyperbolic cosine of the elements of a vector in-place.
(Inherited from Vector<T>)
AcosInPlace Computes the inverse cosine of the elements of a vector in-place.
(Inherited from Vector<T>)
Add(Vector<T>) Adds another vector to this vector.
(Inherited from Vector<T>)
Obsolete.
AddCore(T, Vector<T>) Adds a constant to a vector in-place.
(Inherited from DenseVector<T>)
AddCore(Vector<T>, Vector<T>) Adds two vectors.
(Inherited from Vector<T>)
AddInPlace(T) Adds a constant to a vector.
(Inherited from DenseVector<T>)
AddInPlace(Vector<T>) Adds another vector to this vector in-place.
(Inherited from Vector<T>)
AddProductInPlace(LinearOperator<T>, Vector<T>) Adds the product of a matrix and a Vector<T> to this Vector<T>.
(Inherited from Vector<T>)
AddProductInPlace(LinearOperator<T>, TransposeOperation, Vector<T>) Adds the product of a matrix and a Vector<T> to this Vector<T>.
(Inherited from Vector<T>)
AddScaledAsLeftCore Adds two vectors.
(Inherited from DenseVector<T>)
AddScaledAsRightCore Adds two vectors.
(Inherited from Vector<T>)
AddScaledInPlace Adds a scaled vector to this vector.
(Inherited from DenseVector<T>)
AddScaledProductInPlace(T, LinearOperator<T>, Vector<T>) Adds the scaled product of a matrix and a Vector<T> to this Vector<T>.
(Inherited from Vector<T>)
AddScaledProductInPlace(T, LinearOperator<T>, TransposeOperation, Vector<T>) Adds the scaled product of a matrix and a vector in-place to a vector.
(Inherited from Vector<T>)
AddTotals Adds the specified values to the total for each bin in a histogram.
Obsolete.
Aggregate(TypePreservingAggregatorGroup) Applies the specified aggregator to the vector.
(Inherited from Vector<T>)
Aggregate<U>(Aggregator<T, U>) Applies the specified aggregator to the vector.
(Inherited from Vector<T>)
Aggregate<U>(AggregatorGroup<U>) Applies the specified aggregator to the vector.
(Inherited from Vector<T>)
AggregateBy(IGrouping, TypePreservingAggregatorGroup) Returns a new vector that aggregates the columns according to the specified grouping.
(Inherited from Vector<T>)
AggregateBy<U>(IGrouping, Aggregator<T, U>) Aggregates the vector according to the specified grouping.
(Inherited from Vector<T>)
AggregateBy<U>(IGrouping, AggregatorGroup<U>) Returns a new vector that aggregates the columns according to the specified grouping.
(Inherited from Vector<T>)
AggregateBy<U>(IPivot, Aggregator<T, U>) Returns a new matrix that aggregates the elements according to the specified pivot grouping.
(Inherited from Vector<T>)
AggregateBy<U>(IPivot, AggregatorGroup<U>) Returns a new matrix that aggregates the elements according to the specified pivot grouping.
(Inherited from Vector<T>)
All Returns whether all the elements of the vector satisfy a condition.
(Inherited from Vector<T>)
Any Returns whether any of the elements of the vector satisfy a condition.
(Inherited from Vector<T>)
AsCategorical(Index<T>) Returns a categorical vector containing the same data as this vector.
(Inherited from Vector<T>)
AsCategorical(SortOrder) Returns a categorical vector containing the same data as this vector.
(Inherited from Vector<T>)
AsDenseVector Returns this vector as a dense vector.
(Inherited from DenseVector<T>)
AsinCore Computes the inverse sine of the elements of a vector.
(Inherited from DenseVector<T>)
AsIndex Converts a vector to an index.
(Inherited from Vector<T>)
Preliminary
AsinhCore Computes the inverse hyperbolic sine of the elements of a vector.
(Inherited from DenseVector<T>)
AsinhInPlace Computes the inverse hyperbolic sine of the elements of a vector in-place.
(Inherited from Vector<T>)
AsinInPlace Computes the inverse sine of the elements of a vector in-place.
(Inherited from Vector<T>)
Atan2AsXCore Computes the four-quadrant inverse tangent of the corresponding elements of two matrices.
(Inherited from Vector<T>)
Atan2AsYCore Computes the four-quadrant inverse tangent of the elements of a vector.
(Inherited from Vector<T>)
AtanCore Computes the inverse tangent of the elements of a vector.
(Inherited from DenseVector<T>)
AtanhCore Computes the inverse hyperbolic tangent of the elements of a vector.
(Inherited from DenseVector<T>)
AtanhInPlace Computes the inverse hyperbolic tangent of the elements of a vector in-place.
(Inherited from Vector<T>)
AtanInPlace Computes the inverse tangent of the elements of a vector in-place.
(Inherited from Vector<T>)
Broadcast Broadcasts the elements of the vector along the specified dimension.
(Inherited from Vector<T>)
BroadcastInto Broadcasts the elements of the vector along the specified dimension.
(Inherited from DenseVector<T>)
By<K> Enables accessing elements of an indexed vector using strongly typed indexes.
(Inherited from Vector<T>)
Cast<U> Casts the elements of the vector to the specified type.
(Inherited from Vector<T>)
CastInto<U> Casts the elements of the vector to the specified type.
(Inherited from Vector<T>)
CeilingCore Computes the smallest integers greater than the elements of a vector.
(Inherited from DenseVector<T>)
CeilingInPlace Computes the smallest integers greater than the elements of a vector in-place.
(Inherited from Vector<T>)
Clear Clears the values in all bins of a histogram.
Obsolete.
Clone() Makes a copy of this vector.
(Inherited from Vector<T>)
Clone(CloningMethod) Makes a copy of this vector using the specified method.
(Overrides DenseVector<T>.Clone(CloningMethod))
CloneData If possible, gives this instance its own copy of its elements.
(Inherited from DenseVector<T>)
Conjugate() Conjugates the elements of a vector and returns the result.
(Inherited from Vector<T>)
ConjugateCore Conjugates the elements of a vector.
(Inherited from Vector<T>)
ConjugateDotProduct Returns the dot product of this vector with another vector.
(Inherited from DenseVector<T>)
ConjugateInPlace Conjugates all elements of a vector in-place.
(Inherited from Vector<T>)
CopyTo(ArraySlice<T>) Copies the elements of this vector to an array.
(Inherited from DenseVector<T>)
CopyTo(IVector) Copies the elements of this vector to an untyped vector.
(Inherited from Vector<T>)
CopyTo(T[]) Copies the elements of this vector to an array.
(Inherited from Vector<T>)
CopyTo(Vector<T>) Copies the elements of this vector to another vector.
(Inherited from Vector<T>)
CopyTo(Vector<T>, Int32) Copies the elements of this dense vector to another vector starting at the specified position.
(Inherited from DenseVector<T>)
CopyTo(T[], Int32) Copies the elements of this vector to an array.
(Inherited from Vector<T>)
CopyToOrClone Copies the elements of this vector to another vector, if it exists; otherwise clones the vector using the specified method.
(Inherited from Vector<T>)
CosCore Computes the cosine of the elements of a vector.
(Inherited from DenseVector<T>)
CoshCore Computes the hyperbolic cosine of the elements of a vector.
(Inherited from DenseVector<T>)
CoshInPlace Computes the hyperbolic cosine of the elements of a vector in-place.
(Inherited from Vector<T>)
CosInPlace Computes the cosine of the elements of a vector in-place.
(Inherited from Vector<T>)
CumulativeProduct Gets the product of the elements of the vector.
(Inherited from Vector<T>)
CumulativeProductInPlace Gets the product of the elements of the vector.
(Inherited from Vector<T>)
CumulativeProductInto Gets the product of the elements of the vector.
(Inherited from DenseVector<T>)
CumulativeSum Gets the sum of the elements of the vector.
(Inherited from Vector<T>)
CumulativeSumInPlace Gets the sum of the elements of the vector.
(Inherited from Vector<T>)
CumulativeSumInto Gets the cumulative sum of the elements of the vector.
(Inherited from Vector<T>)
DifferenceCore Computes the forward or backward difference of a vector.
(Inherited from Vector<T>)
Dispose() Releases unmanaged resources.
(Inherited from Vector<T>)
Dispose(Boolean) Releases unmanaged resources.
(Inherited from Vector<T>)
DivideInPlace Divides a vector in-place by a constant.
(Inherited from Vector<T>)
DotProduct Returns the dot product of this vector with another vector.
(Inherited from DenseVector<T>)
ElementwiseConjugateMultiplyAsLeftCore Multiplies two vectors element-wise.
(Inherited from Vector<T>)
ElementwiseConjugateMultiplyAsRightCore Multiplies two vectors element-wise.
(Inherited from Vector<T>)
ElementwiseDivideAsLeftCore Divides two vectors element-wise.
(Inherited from DenseVector<T>)
ElementwiseDivideAsRightCore Divides two vectors element-wise.
(Inherited from DenseVector<T>)
ElementwiseDivideInPlace Divides this vector in-place element-wise by another vector.
(Inherited from Vector<T>)
ElementwiseMultiplyCore Multiplies two vectors element-wise.
(Inherited from DenseVector<T>)
ElementwiseMultiplyInPlace Multiplies this vector in-place element-wise by another vector.
(Inherited from Vector<T>)
ElementwisePowAsLeftCore(Vector<T>, Vector<T>) Raises the elements of a vector to a power from the corresponding elements in another vector.
(Inherited from Vector<T>)
ElementwisePowAsLeftCore(Vector<Int32>, Vector<T>) Raises the elements of a vector to a power from the corresponding elements in another vector.
(Inherited from Vector<T>)
ElementwisePowAsRightCore Raises two vectors element-wise.
(Inherited from Vector<T>)
ElementwisePowCore(Int32, Vector<T>) Raises the element of a vector to a constant power.
(Inherited from Vector<T>)
ElementwisePowCore(T, Vector<T>) Raises the element of a vector to a constant power.
(Inherited from Vector<T>)
ElementwisePowInPlace(Int32) Raises the elements of a vector in-place to a constant power.
(Inherited from Vector<T>)
ElementwisePowInPlace(T) Raises the elements of a vector in-place to a constant power.
(Inherited from Vector<T>)
ElementwisePowInPlace(Vector<T>) Raises this vector in-place element-wise by another vector.
(Inherited from Vector<T>)
ElementwisePowInPlace(Vector<Int32>) Raises this vector in-place element-wise by another vector.
(Inherited from Vector<T>)
EnsureWritable() Ensures that every element in the vector can be written to.
(Inherited from Vector<T>)
EnsureWritable(Int32) Ensures that the element at the specified index in the vector can be written to.
(Inherited from Vector<T>)
EnsureWritable(Range) Ensures that the element at the specified index in the vector can be written to.
(Inherited from Vector<T>)
EnsureWritable(Int32, Int32) Ensures that the element at the specified index in the vector can be written to.
(Inherited from Vector<T>)
Equals(Object) Determines whether the specified Object is equal to the current DenseVector<T>.
(Inherited from DenseVector<T>)
Equals(Vector<T>) Determines whether the specified Vector<T> is equal to the current Vector<T>.
(Inherited from Vector<T>)
Equals(Object, IEqualityComparer) Returns whether an object is structurally equal to this instance.
(Inherited from Vector<T>)
EqualToCore(T, Vector<Boolean>) Checks if the elements of one vector are equal to a constant.
(Inherited from Vector<T>)
EqualToCore(Vector<T>, Vector<Boolean>) Checks if the elements of one vector are equal to the corresponding elements of another vector.
(Inherited from Vector<T>)
ExpCore Computes the exponential of the elements of a vector.
(Inherited from DenseVector<T>)
ExpInPlace Computes the exponential of the elements of a vector in-place.
(Inherited from Vector<T>)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Find Enumerates the indexes that match a condition.
(Inherited from Vector<T>)
FloorCore Computes the largest integers smaller than the elements of a vector.
(Inherited from DenseVector<T>)
FloorInPlace Computes the largest integers smaller than the elements of a vector in-place.
(Inherited from Vector<T>)
Get<K>(K) Gets the value with the specified key.
(Inherited from Vector<T>)
Get<K1, K2>(K1, K2) Gets the value at the specified key.
(Inherited from Vector<T>)
GetEnumerator Returns an enumerator for this dense vector.
(Inherited from DenseVector<T>)
GetHashCode() Returns the hash code for this instance.
(Inherited from Vector<T>)
GetHashCode(IEqualityComparer) Returns a hash code for this instance.
(Inherited from Vector<T>)
GetNearest<K> Gets the value in the vector whose key in the index is nearest to the specified key.
(Inherited from Vector<T>)
GetNearestValues<K> Returns a vector containing the items nearest to the specified key values.
(Inherited from Vector<T>)
GetObjectData Populates a SerializationInfo with the values needed to serialize the target object.
(Inherited from DenseVector<T>)
GetSlice(Int32) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
GetSlice(Range) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
GetSlice(Int32, Int32) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
GetSlice(Range, Intent) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
GetSlice(Slice, Intent) Returns a vector whose elements are a subset of the elements of this instance.
(Inherited from Vector<T>)
GetSlice(Int32, Int32, Intent) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
GetSlice(Int32, Int32, Int32) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
GetSlice(Int32, Int32, Int32, Intent) Returns a vector whose elements are a subset of the elements of this instance.
(Inherited from Vector<T>)
GetSliceCore Returns a vector whose elements are a subset of the elements of this instance.
(Inherited from DenseVector<T>)
GetSubvector(Int32) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Range) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Int32, Int32) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Range, Intent) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Slice, Intent) Returns a vector whose elements are a subset of the elements of this instance.
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Int32, Int32, Intent) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Int32, Int32, Int32) Returns a vector whose elements are a subset of the elements of this instance
(Inherited from Vector<T>)
Obsolete.
GetSubvector(Int32, Int32, Int32, Intent) Returns a vector whose elements are a subset of the elements of this instance.
(Inherited from Vector<T>)
Obsolete.
GetTotals Returns an array containing the totals in each bin in a histogram.
Obsolete.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue(Int32) Gets the vector element at the specified position.
(Inherited from DenseVector<T>)
GetValue<K>(K) Gets the value at the specified key.
(Inherited from Vector<T>)
Preliminary
GetValues(Vector<Boolean>) Returns the elements of a vector that match the specified condition.
(Inherited from DenseVector<T>)
GetValues(Subset, Intent) Returns a vector that contains the specified subset of elements of the vector.
(Inherited from Vector<T>)
GetValues(Int32[], Boolean, Intent) Returns a new vector that contains the elements of the vector with the specified indexes.
(Inherited from DenseVector<T>)
GetValues<K>(IEnumerable<K>) Returns a vector containing the items at the specified key values.
(Inherited from Vector<T>)
Preliminary
GreaterThanCore(T, Vector<Boolean>) Checks if the elements of one vector are greater than a constant.
(Inherited from DenseVector<T>)
GreaterThanCore(Vector<T>, Vector<Boolean>) Checks if the elements of one vector are greater than the corresponding elements of another vector.
(Inherited from Vector<T>)
GreaterThanOrEqualToCore(T, Vector<Boolean>) Checks if the elements of one vector are greater than or equal to a constant.
(Inherited from Vector<T>)
GreaterThanOrEqualToCore(Vector<T>, Vector<Boolean>) Checks if the elements of one vector are greater than or equal to the corresponding elements of another vector.
(Inherited from Vector<T>)
HypotCore Computes the square root of the sum of the squared corresponding elements of this vector and another vector.
(Inherited from Vector<T>)
IncrementAt(Int32) Increments the bin at the specified index.
IncrementAt(Int32, Double) Increments the bin at the specified index by the specified amount.
IsElementWritable Gets a value indicating whether the value of the component at the specified index can be changed.
(Inherited from DenseVector<T>)
IsMissing Returns whether the value at the specified index is missing.
(Inherited from Vector<T>)
KeysAndValues<K> Enumerates all keys and associated values.
(Inherited from Vector<T>)
LessThanCore(T, Vector<Boolean>) Checks if the elements of one vector are less than a constant.
(Inherited from DenseVector<T>)
LessThanCore(Vector<T>, Vector<Boolean>) Checks if the elements of one vector are greater than the corresponding elements of another vector.
(Inherited from Vector<T>)
LessThanOrEqualToCore(T, Vector<Boolean>) Checks if the elements of one vector are less than or equal to a constant.
(Inherited from Vector<T>)
LessThanOrEqualToCore(Vector<T>, Vector<Boolean>) Checks if the elements of one vector are greater than or equal to the corresponding elements of another vector.
(Inherited from Vector<T>)
Log10Core Computes the base 10 logarithm of the elements of a vector.
(Inherited from Vector<T>)
Log10InPlace Computes the logarithm of the elements of a vector in-place.
(Inherited from Vector<T>)
LogCore(Vector<T>) Computes the logarithm of the elements of a vector.
(Inherited from DenseVector<T>)
LogCore(T, Vector<T>) Computes the logarithm of the elements of a vector.
(Inherited from Vector<T>)
LogInPlace() Computes the logarithm of the elements of a vector in-place.
(Inherited from Vector<T>)
LogInPlace(T) Computes the logarithm of the elements of a vector in-place.
(Inherited from Vector<T>)
MakeImmutable Protects the vector from changes in values or structure.
(Inherited from Vector<T>)
Map<U>(Func<T, U>) Applies a function to the elements of a vector and returns the result.
(Inherited from Vector<T>)
MapAsFirstCore<U, V> Applies a function to the corresponding elements of two vectors.
(Inherited from Vector<T>)
MapAsSecondCore<U, V> Applies a function to the corresponding elements of two vectors.
(Inherited from Vector<T>)
MapCore<U>(Func<T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from DenseVector<T>)
MapCore<U>(Func<T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
MapCore<U>(Func<Int32, T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from DenseVector<T>)
MapCore<U>(Func<Int32, T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
MapInPlace(Func<T, T>) Applies a function to the elements of a dense vector.
(Inherited from DenseVector<T>)
MapInPlace(Func<Int32, T, T>) Applies a function in-place to the elements of a vector.
(Inherited from Vector<T>)
MapInPlace<U>(Func<U, T, T>, Vector<U>) Applies a function in-place to the elements of a vector as the second argument.
(Inherited from Vector<T>)
MapInPlace<U>(Func<T, U, T>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
MapInto<U>(Func<T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
MapInto<U>(Func<Int32, T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
MapWhere<U>(Func<T, Boolean>, Func<T, U>) Applies a function to the elements of a vector that meet a condition and returns the result.
(Inherited from Vector<T>)
MapWhere<U>(Func<Int32, T, Boolean>, Func<T, U>) Applies a function to the elements of a vector that meet a condition and returns the result.
(Inherited from Vector<T>)
MapWhereCore<U>(Func<T, Boolean>, Func<T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
MapWhereCore<U>(Func<Int32, T, Boolean>, Func<T, U>, Vector<U>) Applies a function to the elements of a vector.
(Inherited from Vector<T>)
Max() Returns the value of the largest element in this vector.
(Inherited from Vector<T>)
Max(Int32) Returns the value of the largest element in this vector.
(Inherited from Vector<T>)
MaxCore(T, Vector<T>) Returns a vector whose elements are the maximum of the components of a vector and a real number.
(Inherited from Vector<T>)
MaxCore(Vector<T>, Vector<T>) Returns a vector whose elements are the maximums of the components of two vectors.
(Inherited from Vector<T>)
MaxIndex Returns the index of the largest element in this vector.
(Inherited from DenseVector<T>)
MaxInPlace Returns a vector whose elements are the maximum of the components of a vector and a real number.
(Inherited from Vector<T>)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Min() Returns the value of the smallest element in this vector.
(Inherited from Vector<T>)
Min(Int32) Returns the value of the smallest element in this vector.
(Inherited from Vector<T>)
MinCore(T, Vector<T>) Returns a vector whose elements are the minimum of the components of a vector and a real number.
(Inherited from Vector<T>)
MinCore(Vector<T>, Vector<T>) Returns a vector whose elements are the minimums of the components of two vectors.
(Inherited from Vector<T>)
MinIndex Returns the index of the smallest element in this vector.
(Inherited from Vector<T>)
MinInPlace Returns a vector whose elements are the minimum of the components of a vector and a real number.
(Inherited from Vector<T>)
MultiplyCore Multiplies a vector by a constant.
(Inherited from DenseVector<T>)
MultiplyInPlace(T) Multiplies a vector by a given factor.
(Inherited from DenseVector<T>)
MultiplyInPlace(Matrix<T>, MatrixOperationSide) Multiplies a Vector<T> by a Matrix<T>.
(Inherited from Vector<T>)
NegateInPlace Negates a vector in-place.
(Inherited from Vector<T>)
Norm() Returns the two-norm of the vector.
(Inherited from Vector<T>)
Norm(Int32) Returns the norm of the specified order of this vector.
(Inherited from Vector<T>)
Norm(T) Returns the norm of the specified order of this vector.
(Inherited from Vector<T>)
Normalize Scales the vector to make its two-norm equal to one.
(Inherited from Vector<T>)
NormInternal(T) Returns the norm of the specified order of this dense vector.
(Inherited from DenseVector<T>)
NormInternal(Int32) Returns the norm of the specified order of this dense vector.
(Inherited from DenseVector<T>)
NormSquared Returns the square of the two-norm of this vector.
(Inherited from Vector<T>)
NotEqualToCore(T, Vector<Boolean>) Checks if the elements of one vector are not equal to a constant.
(Inherited from Vector<T>)
NotEqualToCore(Vector<T>, Vector<Boolean>) Checks if the elements of one vector are not equal to the corresponding elements of another vector.
(Inherited from Vector<T>)
OneNorm Returns the one-norm of this vector.
(Inherited from Vector<T>)
PermuteInPlace(Permutation) Permutes a vector.
(Inherited from Vector<T>)
PermuteInPlace(Permutation, Boolean) Permutes a vector.
(Inherited from DenseVector<T>)
Product Gets the product of the elements of the vector.
(Inherited from Vector<T>)
Protect Returns a read-only copy of the vector.
(Inherited from Vector<T>)
ProtectInPlace Protects the vector from changes in values or structure.
(Inherited from Vector<T>)
ReciprocalCore Computes the inverses (reciprocals) of the elements of a vector.
(Inherited from Vector<T>)
ReciprocalInPlace Computes the inverses (reciprocals) of the elements of a vector in-place.
(Inherited from Vector<T>)
RemoveMissingValues Removes all the missing values from a vector and returns the result.
(Inherited from Vector<T>)
ReplaceMissingValues(T) Replaces all missing values in the vector with the specified value.
(Inherited from Vector<T>)
ReplaceMissingValues(Vector<T>) Replaces all missing values in the vector with the corresponding element in another vector.
(Inherited from Vector<T>)
ReplaceMissingValues(Direction, Int32) Replaces all missing values in a vector with the specified value.
(Inherited from Vector<T>)
ReplaceMissingValuesInPlace(T) Replaces all missing values in the vector with the specified value in-place.
(Inherited from Vector<T>)
ReplaceMissingValuesInPlace(Vector<T>) Replaces all missing values in the vector with the corresponding element in another vector in-place.
(Inherited from Vector<T>)
ReplaceMissingValuesInPlace(Direction, Int32) Replaces all missing values in a vector with the specified value in-place.
(Inherited from Vector<T>)
ReplaceMissingValuesInto(T, Vector<T>) Replaces all missing values in a vector with the specified value.
(Inherited from Vector<T>)
ReplaceMissingValuesInto(Vector<T>, Vector<T>) Replaces all missing values in the vector with the corresponding element in another vector.
(Inherited from Vector<T>)
ReplaceMissingValuesInto(Direction, Vector<T>, Int32) Replaces all missing values in a vector with the previous or next non-missing value.
(Inherited from Vector<T>)
ReplaceValue Replaces every occurrence of a value with a new value.
(Inherited from Vector<T>)
ReplaceValueInPlace Replaces every occurrence of a value with a new value.
(Inherited from Vector<T>)
ReplaceValueInto Replaces every occurrence of a value with a new value.
(Inherited from Vector<T>)
Resample(Recurrence, Direction, TypePreservingAggregatorGroup) Returns a new vector that resamples the values in the vector using the specified recurrence pattern and aggregator.
(Inherited from Vector<T>)
Resample<R>(Index<R>, Direction, TypePreservingAggregatorGroup) Returns a new vector that resamples the values in the vector using the specified index and aggregator.
(Inherited from Vector<T>)
Resample<U>(Recurrence, Direction, AggregatorGroup<U>) Returns a new vector that resamples the values in the vector using the specified recurrence pattern and aggregator.
(Inherited from Vector<T>)
Resample<R, U>(Index<R>, Direction, AggregatorGroup<U>) Returns a new vector that resamples the values in the vector using the specified index and aggregator.
(Inherited from Vector<T>)
Reshape Returns a matrix that contains the vector elements columnwise.
(Inherited from DenseVector<T>)
SetMissing Declares that the value at the specified index is missing.
(Inherited from Vector<T>)
SetTotals Sets the total for each bin in a histogram.
Obsolete.
SetToZero Sets all the elements of the vector to 0.
(Inherited from Vector<T>)
SetValue(T) Sets all the elements of the vector to the specified value.
(Inherited from DenseVector<T>)
SetValue(T, Int32) Sets the vector element at the specified position to the specified value.
(Inherited from DenseVector<T>)
SetValue<K>(T, K) Sets the value at the specified key value.
(Inherited from Vector<T>)
Preliminary
SetValues(Vector<T>, Vector<Boolean>) Sets the elements of a vector that match the specified condition.
(Inherited from DenseVector<T>)
SetValues(T, Range) Sets a range of elements of the vector to the specified value.
(Inherited from Vector<T>)
SetValues(T, Vector<Boolean>) Sets the elements of a vector that match the specified condition to the specified value.
(Inherited from Vector<T>)
SetValues(T, Func<T, Boolean>) Sets all the elements that meet a condition to the specified value.
(Inherited from Vector<T>)
ShallowCopy Makes a shallow copy of this vector.
(Inherited from Vector<T>)
SinCore Computes the sine of the elements of a vector.
(Inherited from DenseVector<T>)
SinhCore Computes the hyperbolic sine of the elements of a vector.
(Inherited from DenseVector<T>)
SinhInPlace Computes the hyperbolic sine of the elements of a vector in-place.
(Inherited from Vector<T>)
SinInPlace Computes the sine of the elements of a vector in-place.
(Inherited from Vector<T>)
SortInPlace() Sorts the vector in ascending order.
(Inherited from Vector<T>)
SortInPlace(SortOrder) Sorts the vector in the specified order.
(Inherited from DenseVector<T>)
SortInPlace(SortOrder, Permutation) Sorts the vector in the specified order.
(Inherited from Vector<T>)
SqrtCore Computes the square root of the elements of a vector.
(Inherited from DenseVector<T>)
SqrtInPlace Computes the square root of the elements of a vector in-place.
(Inherited from Vector<T>)
Subtract Subtracts the product of a matrix and a Vector<T> from this Vector<T>.
(Inherited from Vector<T>)
Obsolete.
SubtractAsLeftCore(T, Vector<T>) Subtracts a constant from a vector.
(Inherited from DenseVector<T>)
SubtractAsLeftCore(Vector<T>, Vector<T>) Subtracts one vector from another.
(Inherited from Vector<T>)
SubtractAsRightCore(T, Vector<T>) Subtracts a vector from a constant.
(Inherited from DenseVector<T>)
SubtractAsRightCore(Vector<T>, Vector<T>) Subtracts one vector from another.
(Inherited from Vector<T>)
SubtractInPlace(T) Subtracts a constant value from the elements of this vector in-place.
(Inherited from Vector<T>)
SubtractInPlace(Vector<T>) Subtracts another vector from this vector in-place.
(Inherited from Vector<T>)
SubtractProductInPlace Subtracts the product of a matrix and a Vector<T> from this Vector<T>.
(Inherited from Vector<T>)
Sum Gets the sum of the elements of the vector.
(Inherited from DenseVector<T>)
Summarize() Returns a summary of the contents of the matrix using the default summary options.
(Inherited from Vector<T>)
Summarize(SummaryOptions) Returns a summary of the contents of the matrix using the specified options.
(Inherited from Vector<T>)
SwapElements Exchanges two elements of the vector.
(Inherited from Vector<T>)
TanCore Computes the tangent of the elements of a vector.
(Inherited from DenseVector<T>)
TanhCore Computes the hyperbolic tangent of the elements of a vector.
(Inherited from DenseVector<T>)
TanhInPlace Computes the hyperbolic tangent of the elements of a vector in-place.
(Inherited from Vector<T>)
TanInPlace Computes the tangent of the elements of a vector in-place.
(Inherited from Vector<T>)
ToArray Gets the elements of this dense vector.
(Inherited from DenseVector<T>)
ToColumnMatrix Creates a matrix with the vector as its only column..
(Inherited from Vector<T>)
ToDataFrame<C>(C) Returns a data frame with the current vector as its only column.
(Inherited from Vector<T>)
ToDataFrame<R, C>(Index<R>, C) Returns a data frame with the current vector as its only column.
(Inherited from Vector<T>)
ToDenseVector Makes a copy of this instance and returns it as a dense vector.
(Inherited from Vector<T>)
Top Returns a vector containing the specified number of elements from the top of the sorted vector.
(Inherited from DenseVector<T>)
ToRowMatrix Creates a matrix with the vector as its only column..
(Inherited from Vector<T>)
ToSparseVector Creates a copy of the vector as a SparseVector<T>.
(Inherited from Vector<T>)
ToString()Returns a string that represents the current object.
(Inherited from Vector<T>)
ToString(String) Converts the numeric value of this vector instance to its equivalent string representation, using the specified format.
(Inherited from Vector<T>)
ToString(String, IFormatProvider) Returns a String representation of this vector.
(Inherited from Vector<T>)
ToStringInternal Writes a string representation of this Vector<T> to an instance of StringBuilder using the specified number format.
(Inherited from Vector<T>)
TryCast<U> Attempts to convert the elements of the vector to the specified type.
(Inherited from Vector<T>)
TryEnsureWritable() Ensures that every element in the vector can be written to.
(Inherited from Vector<T>)
TryEnsureWritable(Int32) Ensures that the element at the specified index in the vector can be written to.
(Inherited from DenseVector<T>)
TryEnsureWritable(Int32, Int32) Ensures that the element at the specified index in the vector can be written to.
(Inherited from Vector<T>)
TryGet<K> Attempts to get the value with the specified key.
(Inherited from Vector<T>)
Unstack<R, C> Returns a data frame that contains the values in the vector arranged according to the levels in a hierarchical index.
(Inherited from Vector<T>)
WeightedNorm Returns the weighted two-norm of the vector.
(Inherited from Vector<T>)
WeightedNormSquared Returns the square of the weighted two-norm of the vector.
(Inherited from Vector<T>)
Window<U>(Int32, AggregatorGroup<U>) Returns a new vector that aggregates the values in a sliding window of the specified size.
(Inherited from Vector<T>)
Window<U>(Int32, Int32, Boolean, AggregatorGroup<U>) Returns a new vector that aggregates the values in a sliding window of the specified size.
(Inherited from Vector<T>)
WithName<C> Sets the name of a vector to the specified value.
(Inherited from Vector<T>)

Extension Methods

Abs<Double> Returns a vector whose elements are the absolute values of the components of another vector.
(Defined by Vector)
AbsInto<Double> Computes the absolute values of the elements of a vector.
(Defined by Vector)
AbsoluteMax<Double> Returns the value of the element in this vector that has the largest absolute value.
(Defined by Vector)
AbsoluteMax<Double> Returns the value of the element in this vector that has the largest absolute value.
(Defined by Vector)
AbsoluteMin<Double> Returns the value of the element in this vector that has the smallest absolute value.
(Defined by Vector)
AbsoluteMin<Double> Returns the value of the element in this vector that has the smallest absolute value.
(Defined by Vector)
Acos<Double> Computes the inverse cosine of the elements of a vector.
(Defined by Vector)
Acosh<Double> Computes the inverse hyperbolic cosine of the elements of a vector.
(Defined by Vector)
AcoshInto<Double> Computes the inverse hyperbolic cosine of the elements of a vector.
(Defined by Vector)
AcosInto<Double> Computes the inverse cosine of the elements of a vector.
(Defined by Vector)
AddInto<Double> Adds two vectors.
(Defined by Vector)
AddProduct<Double> Adds the product of a matrix and a vector to a vector.
(Defined by Vector)
AddProduct<Double> Adds the product of a matrix and a vector to a vector.
(Defined by Vector)
AddProductInto<Double> Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector)
AddScaledInto<Double> Adds two vectors.
(Defined by Vector)
AddScaledProduct<Double> Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector)
AddScaledProduct<Double> Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector)
AddScaledProductInto<Double> Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector)
Aggregate<Double> Applies an accumulator function over the elements of a vector.
(Defined by LinqExtensions)
Aggregate<Double, TAccumulate> Applies an accumulator function over the elements of a vector.
(Defined by LinqExtensions)
Aggregate<Double, TAccumulate, TResult> Aggregates the elements of a vector using the specified accumulator and seed value.
(Defined by LinqExtensions)
All<Double> Returns whether all values in a vector satisfy the specified predicate.
(Defined by Vector)
Angle<Double> Returns the angle between two vectors.
(Defined by Vector)
Any<Double> Returns whether at least one value in a vector satisfies a predicate.
(Defined by Vector)
ApplyHodrickPrescottFilter Applies Hodrick-Prescott smoothing to the vector.
(Defined by VectorExtensions)
Asin<Double> Computes the inverse sine of the elements of a vector.
(Defined by Vector)
Asinh<Double> Computes the inverse hyperbolic sine of the elements of a vector.
(Defined by Vector)
AsinhInto<Double> Computes the inverse hyperbolic sine of the elements of a vector.
(Defined by Vector)
AsinInto<Double> Computes the inverse sine of the elements of a vector.
(Defined by Vector)
Atan<Double> Computes the inverse tangent of the elements of a vector.
(Defined by Vector)
Atan2<Double> Computes the four-quadrant inverse tangent of the corresponding elements of two matrices.
(Defined by Vector)
Atan2Into<Double> Computes the four-quadrant inverse tangent of the corresponding elements of two matrices.
(Defined by Vector)
Atanh<Double> Computes the inverse hyperbolic tangent of the elements of a vector.
(Defined by Vector)
AtanhInto<Double> Computes the inverse hyperbolic tangent of the elements of a vector.
(Defined by Vector)
AtanInto<Double> Computes the inverse tangent of the elements of a vector.
(Defined by Vector)
Autocorrelation Gets the lag-1 auto-correlation of the elements of a vector.
(Defined by Stats)
Autocorrelation Gets the auto-correlation of the elements of a vector.
(Defined by Stats)
AutocorrelationFunction Gets a vector containing the auto-correlation function (ACF) of a series up to the specified order.
(Defined by TimeSeriesFunctions)
AutoCovarianceFunction Gets a vector containing the auto-correlation function (ACF) of a series up to the specified order.
(Defined by TimeSeriesFunctions)
AverageAbsoluteDeviation Returns the mean absolute deviation from the mean of a variable.
(Defined by Stats)
Bin<Double> Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector)
Bin<Double> Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector)
Bin<Double> Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector)
BoxCoxTransform Returns the Box-Cox transform of the vector for the specified parameter.
(Defined by VectorExtensions)
Ceiling<Double> Returns a vector whose elements are the components of another vector rounded up to the nearest integer.
(Defined by Vector)
CeilingInto<Double> Computes the smallest integers greater than the elements of a vector.
(Defined by Vector)
CentralMoment<Double> Returns the specified central moment of the elements of a vector.
(Defined by Stats)
Change Returns a vector whose observations are the difference between each observation and a previous observation.
(Defined by VectorExtensions)
Clip<Double> Returns a vector whose elements are the components of a vector constrained to be within the specified interval.
(Defined by Vector)
ClipInto<Double> Returns a vector whose elements are the components of a vector constrained to be within the specified interval.
(Defined by Vector)
CoefficientOfVariation Gets the coefficient of variation of a variable, if it exists.
(Defined by Stats)
Concat<Double> Concatenates two vectors.
(Defined by LinqExtensions)
Conjugate<Double> Returns the conjugate of a vector.
(Defined by Vector)
ConjugateInto<Double> Conjugates the elements of a vector.
(Defined by Vector)
Correlation Gets the Pearson correlation coefficient between two sets of values.
(Defined by Stats)
Cos<Double> Computes the cosine of the elements of a vector.
(Defined by Vector)
Cosh<Double> Computes the hyperbolic cosine of the elements of a vector.
(Defined by Vector)
CoshInto<Double> Computes the hyperbolic cosine of the elements of a vector.
(Defined by Vector)
CosInto<Double> Computes the cosine of the elements of a vector.
(Defined by Vector)
Covariance Gets the covariance between two sets of values.
(Defined by Stats)
CreateHistogram<Double> Returns a histogram of a vector using the specified bin arrangement.
(Defined by Histogram)
CrossProduct<Double> Returns the cross product of two 3D vectors.
(Defined by Vector)
Difference Computes a differenced time series.
(Defined by TimeSeriesFunctions)
Difference Computes a differenced time series.
(Defined by TimeSeriesFunctions)
Difference<Double> Computes the forward or backward difference of a vector.
(Defined by Vector)
DifferenceInto<Double> Computes the forward or backward difference of a vector.
(Defined by Vector)
DotProduct<Double> Returns the dot product of two vectors.
(Defined by Vector)
DurbinWatsonStatistic Returns the Durbin-Watson statistic for the specified residuals.
(Defined by TimeSeriesFunctions)
ElementwisePow<Double> Raises the element of a vector to a constant power.
(Defined by Vector)
ElementwisePow<Double> Raises the element of a vector to a constant power.
(Defined by Vector)
ElementwisePow<Double> Raises the elements of a vector to a power from the corresponding elements in another vector.
(Defined by Vector)
ElementwisePow<Double> Raises the elements of a vector to an integer power from the corresponding elements in another vector.
(Defined by Vector)
ElementwisePowInto<Double> Raises the element of a vector to a constant power.
(Defined by Vector)
ElementwisePowInto<Double> Raises the element of a vector to a constant power.
(Defined by Vector)
ElementwisePowInto<Double> Raises the elements of a vector to a power from the corresponding elements in another vector.
(Defined by Vector)
ElementwisePowInto<Double> Raises the elements of a vector to an integer power from the corresponding elements in another vector.
(Defined by Vector)
Exp<Double> Computes the exponential of the elements of a vector.
(Defined by Vector)
ExpInto<Double> Computes the exponential of the elements of a vector.
(Defined by Vector)
ExponentialMovingAverage Returns a vector whose observations are the exponential moving average of the observations of the vector.
(Defined by VectorExtensions)
ExponentialMovingAverage Returns a vector whose observations are the exponential moving average of the observations of the vector.
(Defined by VectorExtensions)
ExponentialMovingAverage Returns a vector whose observations are the exponential moving average of the observations of the vector.
(Defined by VectorExtensions)
ExtrapolatedChange Returns a vector whose observations are the extrapolated change of the observations over the specified lag.
(Defined by VectorExtensions)
ExtrapolatedGrowthRate Returns a vector whose observations are the extrapolated exponential growth rate of the observations over the specified lag.
(Defined by VectorExtensions)
ExtrapolatedPercentChange Returns a vector whose observations are the extrapolated percentage change of the observations over the specified lag.
(Defined by VectorExtensions)
Floor<Double> Returns a vector whose elements are the components of another vector rounded down to the nearest integer.
(Defined by Vector)
FloorInto<Double> Computes the largest integers smaller than the elements of a vector.
(Defined by Vector)
GeometricMean Returns the geometric mean of the elements of a vector.
(Defined by Stats)
GetAutocorrelationFunctionInfo Returns a data frame containing information about the auto-correlation function of a series, optionally including confidence intervals and Ljung-Box Q statistics and p-values.
(Defined by TimeSeriesFunctions)
GetKurtosisEstimate Returns an estimate for the kurtosis of the variable.
(Defined by Stats)
GetMeanEstimate Returns an estimate for the mean of the variable.
(Defined by Stats)
GetSkewnessEstimate Returns an estimate for the skewness of a variable.
(Defined by Stats)
GetStandardDeviationEstimate Returns an estimate for the standard deviation of the variable.
(Defined by Stats)
GoodnessOfFitTest<T>Returns a ChiSquareGoodnessOfFitTest object to test if the distribution follows the specified distribution specified as a histogram.
(Defined by HypothesisTests)
GroupBy<Double, TKey> Groups the elements of a vector according to the specified key selector function.
(Defined by LinqExtensions)
GroupBy<Double, TKey> Groups the elements of a vector according to the specified key selector function and key comparer.
(Defined by LinqExtensions)
GroupBy<Double, TKey, TElement> Groups the elements of a vector according to the specified key selector and element selector functions.
(Defined by LinqExtensions)
GroupBy<Double, TKey, TResult> Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key.
(Defined by LinqExtensions)
GroupBy<Double, TKey, TElement> Groups the elements of a vector according to the specified key selector and element selector functions, and key comparer.
(Defined by LinqExtensions)
GroupBy<Double, TKey, TResult> Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key. Key values are compared using the specified comparer.
(Defined by LinqExtensions)
GroupBy<Double, TKey, TElement, TResult> Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key. The elements of each group are projected using the specified function.
(Defined by LinqExtensions)
GroupBy<Double, TKey, TElement, TResult> Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key. Key values are compared using the specified comparer, and the elements of each group are projected using the specified function.
(Defined by LinqExtensions)
GrowthRate Returns a vector whose observations are the exponential growth rate of the observations over the specified lag.
(Defined by VectorExtensions)
HarmonicMean Returns the harmonic mean of the elements of a vector.
(Defined by Stats)
Hypot<Double> Computes the square root of the sum of the squared corresponding elements of two matrices.
(Defined by Vector)
HypotInto<Double> Computes the square root of the sum of the squared corresponding elements of two matrices.
(Defined by Vector)
Increment<T> Increments a bin of a histogram by 1.
(Defined by Histogram)
Increment<T> Increments a bin of a histogram by the specified amount.
(Defined by Histogram)
InfinityNorm<Double> Returns the infinity norm of a vector.
(Defined by VectorExtensions)
InterQuartileRange<Double> Returns the inter-quartile range of the elements of a numerical variable.
(Defined by Stats)
Join<Double> Joins two vectors.
(Defined by Vector)
Kurtosis<Double> Returns the kurtosis supplement of the elements of an array.
(Defined by Stats)
Lag<Double> Returns a vector whose observations are moved ahead by one observation.
(Defined by VectorExtensions)
Lag<Double> Returns a vector whose observations are moved ahead by the specified number of observations.
(Defined by VectorExtensions)
Lag<Double> Returns a vector whose observations are moved ahead by the specified number of observations.
(Defined by VectorExtensions)
Log<Double> Returns a vector whose elements are the logarithms of the components of another vector.
(Defined by Vector)
Log<Double> Returns a vector whose elements are the logarithms of the components of another vector.
(Defined by Vector)
Log10<Double> Returns a vector whose elements are the base 10 logarithms of the components of another vector.
(Defined by Vector)
Log10Into<Double> Computes the base 10 logarithm of the elements of a vector.
(Defined by Vector)
LogInto<Double> Computes the logarithm of the elements of a vector.
(Defined by Vector)
LogInto<Double> Computes the logarithm of the elements of a vector.
(Defined by Vector)
MakeDistributed<Double> Returns a distributed version of a vector.
(Defined by DistributedExtensions)
Max<Double> Returns the value of the largest component of a vector.
(Defined by Vector)
Max<Double> Returns a vector whose elements are the maximum of the components of a vector and a real number.
(Defined by Vector)
Max<Double> Returns a vector whose elements are the maximums of the components of two vectors.
(Defined by Vector)
MaxInto<Double> Returns a vector whose elements are the maximum of the components of a vector and a real number.
(Defined by Vector)
MaxInto<Double> Returns a vector whose elements are the maximums of the components of two vectors.
(Defined by Vector)
Mean<Double> Returns the mean of the elements of a vector.
(Defined by Stats)
Median<Double> Returns the median of the elements of a vector.
(Defined by Stats)
MedianAbsoluteDeviation Returns the median absolute deviation of a variable.
(Defined by Stats)
Min<Double> Returns the value of the smallest component of a vector.
(Defined by Vector)
Min<Double> Returns a vector whose elements are the minimum of the components of a vector and a real number.
(Defined by Vector)
Min<Double> Returns a vector whose elements are the minimums of the components of two vectors.
(Defined by Vector)
MinInto<Double> Returns a vector whose elements are the minimum of the components of a vector and a real number.
(Defined by Vector)
MinInto<Double> Returns a vector whose elements are the minimums of the components of two vectors.
(Defined by Vector)
Moment<Double> Returns the specified raw moment of the elements of an array.
(Defined by Stats)
MovingAverage Returns a vector whose observations are the simple moving average of the observations of the vector.
(Defined by VectorExtensions)
MovingAverage Returns a vector whose observations are the simple moving average of the observations of the vector.
(Defined by VectorExtensions)
MovingAverageAbsoluteDeviation Returns a vector whose observations are the average absolute deviation of a range of observations from observations of another vector.
(Defined by VectorExtensions)
MovingMaximum Returns a vector whose observations are the maximum of a range of observations of the vector.
(Defined by VectorExtensions)
MovingMinimum Returns a vector whose observations are the minimum of a range of observations of the vector.
(Defined by VectorExtensions)
MovingStandardDeviation Returns a vector whose observations are the standard deviation of a range of observations of the vector.
(Defined by VectorExtensions)
MovingSum Returns a vector whose observations are the sum of a range of observations of the vector.
(Defined by VectorExtensions)
MultiplyInto<Double> Multiplies a vector by a constant.
(Defined by Vector)
NegateInto<Double> Negates a vector.
(Defined by Vector)
OneNorm<Double> Returns the one-norm of a vector.
(Defined by VectorExtensions)
PartialAutocorrelationFunction Computes the Partial Auto-Correlation Function (PACF) from an Auto-Correlation Function (ACF).
(Defined by TimeSeriesFunctions)
PercentChange Returns a vector whose observations are the percent change of the observations over the specified lag.
(Defined by VectorExtensions)
Percentile Gets the specified percentile.
(Defined by Stats)
Percentile<Double> Gets the specified percentile.
(Defined by Stats)
Percentiles Gets the specified percentiles.
(Defined by Stats)
PeriodToDateDifferences Returns a vector whose observations are the difference between successive observations over intervals of observations.
(Defined by VectorExtensions)
PeriodToDateDifferences Returns a vector whose observations are the difference between successive observations over intervals of observations.
(Defined by VectorExtensions)
PeriodToDateValues Returns a vector whose observations are the cumulative sum over intervals of observations.
(Defined by VectorExtensions)
PeriodToDateValues Returns a vector whose observations are the cumulative sum over intervals of observations.
(Defined by VectorExtensions)
Permute<Double> Permutes a vector.
(Defined by Vector)
PopulationKurtosis<Double> Returns the kurtosis supplement of the elements of an array.
(Defined by Stats)
PopulationSkewness<Double> Returns the skewness of the elements of an array.
(Defined by Stats)
PopulationStandardDeviation<Double> Returns the standard deviation of the elements of a vector.
(Defined by Stats)
PopulationVariance<Double> Returns the variance of the elements of a vector.
(Defined by Stats)
PositiveToNegativeIndex Returns a vector that represents an index comparing positive to negative values in the specified period..
(Defined by VectorExtensions)
PositiveToNegativeRatio Returns a vector that represents the ratio of positive to negative values in the specified period..
(Defined by VectorExtensions)
ProcessMissingValues Applies the specified action to the missing values in the values.
(Defined by Stats)
ProcessMissingValues Applies the specified action to the missing values in the values.
(Defined by Stats)
ProcessMissingValues Applies the specified action to the missing values in the values.
(Defined by Stats)
Product<Double> Returns the product of the components of a vector.
(Defined by Vector)
Project<Double> Returns the projection of one vector onto another.
(Defined by Vector)
Quantile Gets the specified quantile.
(Defined by Stats)
Quantile<Double> Gets the specified quantile.
(Defined by VectorExtensions)
Quantiles Gets the specified quantiles.
(Defined by Stats)
Quantiles<Double> Gets the specified quantile.
(Defined by VectorExtensions)
Range Returns the range of the elements of a vector.
(Defined by Stats)
Range<Double> Returns the range of the elements of a numerical variable.
(Defined by Stats)
RankCorrelation Gets the Spearman rank correlation coefficient between two sets of values.
(Defined by Stats)
Ranks Returns the ranks of the observations.
(Defined by Stats)
Ranks Returns the ranks of the observations.
(Defined by Stats)
Reciprocal<Double> Returns a vector whose elements are the inverses (reciprocals) of the components of another vector.
(Defined by Vector)
ReciprocalInto<Double> Computes the inverses (reciprocals) of the elements of a vector.
(Defined by Vector)
ReferenceIndex Returns a vector that represents an index value relative to the specified base value.
(Defined by VectorExtensions)
ReferenceIndex Returns a vector that represents an index value relative to the specified range of base value.
(Defined by VectorExtensions)
RootMeanSquare Returns the root-mean-square of the elements of a vector.
(Defined by Stats)
Round<Double> Returns a vector whose elements are the components of another vector rounded to the nearest integer.
(Defined by Vector)
Round<Double> Returns a vector whose elements are the components of another vector rounded to the nearest integer.
(Defined by Matrix)
Select<Double, TResult> Projects each element of a vector into a new form.
(Defined by LinqExtensions)
Select<Double, TResult> Projects each element of a vector into a new form by incorporating the elements index.
(Defined by LinqExtensions)
SelectMany<Double, TResult> Projects each element of a vector to a vector and flattens the resulting vectors into one vector.
(Defined by LinqExtensions)
SelectMany<Double, TResult> Projects each element of a vector to a vector incorporating the element's index and flattens the resulting vectors into one vector.
(Defined by LinqExtensions)
SelectMany<Double, TCollection, TResult> Projects each element of a vector to a vector and flattens the resulting vectors into one vector, and applies a selector function to each element of the flattened vector.
(Defined by LinqExtensions)
SelectMany<Double, TCollection, TResult> Projects each element of a vector to a vector incorporating the element's index and flattens the resulting vectors into one vector, and applies a selector function to each element of the flattened vector.
(Defined by LinqExtensions)
Sin<Double> Computes the sine of the elements of a vector.
(Defined by Vector)
Sinh<Double> Computes the hyperbolic sine of the elements of a vector.
(Defined by Vector)
SinhInto<Double> Computes the hyperbolic sine of the elements of a vector.
(Defined by Vector)
SinInto<Double> Computes the sine of the elements of a vector.
(Defined by Vector)
Skewness<Double> Returns the skewness of the elements of an array.
(Defined by Stats)
Sort<Double> Sorts a vector in ascending order.
(Defined by Vector)
Sort<Double> Sorts a vector in the specified order.
(Defined by Vector)
Sort<Double> Sorts a vector in the specified order and also returns the sorting permutation.
(Defined by Vector)
SplitBy<Double> Splits a vector according to the specified grouping.
(Defined by Vector)
SplitBy<Double> Splits a vector according to the specified grouping.
(Defined by Vector)
Sqrt<Double> Computes the square root of the elements of a vector.
(Defined by Vector)
SqrtInto<Double> Computes the square root of the elements of a vector.
(Defined by Vector)
SquaredDifference<Double> Returns the norm of the difference of two vectors.
(Defined by Vector)
StandardDeviation Returns the standard deviation of the elements of a vector.
(Defined by Stats)
StandardDeviation<Double> Returns the standard deviation of the elements of a vector.
(Defined by Stats)
SubtractInto<Double> Subtracts two vectors.
(Defined by Vector)
SubtractInto<Double> Subtracts one vector from another.
(Defined by Vector)
Sum<Double> Returns the sum of the components of a vector.
(Defined by Vector)
Tabulate<T> Enters data from a sequence of values into a histogram.
(Defined by Histogram)
Tabulate<T> Enters data from a list of values into a histogram using the specified weights.
(Defined by Histogram)
Tan<Double> Computes the tangent of the elements of a vector.
(Defined by Vector)
Tanh<Double> Computes the hyperbolic tangent of the elements of a vector.
(Defined by Vector)
TanhInto<Double> Computes the hyperbolic tangent of the elements of a vector.
(Defined by Vector)
TanInto<Double> Computes the tangent of the elements of a vector.
(Defined by Vector)
ToJson<Double> Returns a string containing a vector in JSON format.
(Defined by JsonFile)
ToLookup<Double, TKey> Creates a lookup from a vector according to the specified key selector function.
(Defined by LinqExtensions)
ToLookup<Double, TKey> Creates a lookup from a vector according to the specified key selector function and key comparer.
(Defined by LinqExtensions)
ToLookup<Double, TKey, TElement> Creates a lookup from a vector according to the specified key selector and element selector functions.
(Defined by LinqExtensions)
ToLookup<Double, TKey, TElement> Creates a lookup from a vector according to the specified key selector and element selector functions, and key comparer.
(Defined by LinqExtensions)
TrimmedMean Returns the trimmed mean of the elements of a vector.
(Defined by Stats)
TrimmedMean<Double> Returns the trimmed mean of the elements of a numerical variable.
(Defined by Stats)
TwoNorm<Double> Returns the two-norm of a vector.
(Defined by VectorExtensions)
Variance<Double> Returns the variance of the elements of a vector.
(Defined by Stats)
WeightedMean Returns the mean of the variable with observations weighted by the specified vector.
(Defined by Stats)
WeightedMean<Double> Returns the mean of the variable with observations weighted by the specified vector.
(Defined by Stats)
WeightedMovingAverage Returns a vector whose observations are the weighted moving average of the observations of the vector.
(Defined by VectorExtensions)
WeightedMovingAverage Returns a vector whose observations are the weighted moving average of the observations of the vector.
(Defined by VectorExtensions)
WeightedMovingAverage Returns a vector whose observations are the weighted moving average of the observations of the vector.
(Defined by VectorExtensions)
WeightedMovingAverage Returns a vector whose observations are the weighted moving average of the observations of the vector.
(Defined by VectorExtensions)
WeightedMovingAverage Returns a vector whose observations are the weighted moving average of the observations of the vector.
(Defined by VectorExtensions)
WeightedStandardDeviation Returns the standard deviation of the variable with observations weighted by the specified vector.
(Defined by Stats)
WeightedStandardDeviation<Double> Returns the standard deviation of the variable with observations weighted by the specified vector.
(Defined by Stats)
Where<Double> Filters the elements of a vector based on a predicate.
(Defined by LinqExtensions)
Where<Double> Filters the elements of a vector based on a predicate. Each element's index is used in the logic of the predicate function.
(Defined by LinqExtensions)

See Also