Represents a histogram with bins indexed by the specified type.
| Name | Description |
---|
 | AbsCore |
Computes the absolute values of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AbsInPlace |
Computes the absolute values of the elements of a vector in-place.
(Inherited from VectorT.) |
 | AbsoluteMaxIndex |
Returns the index of the element in this
vector that has the largest absolute
value.
(Inherited from VectorT.) |
 | AbsoluteMinIndex |
Returns the index of the element in this
vector that has the smallest absolute
value.
(Inherited from VectorT.) |
 | AcosCore |
Computes the inverse cosine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AcoshCore |
Computes the inverse hyperbolic cosine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AcoshInPlace |
Computes the inverse hyperbolic cosine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | AcosInPlace |
Computes the inverse cosine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | Add(VectorT) | Obsolete.
Adds another vector to this vector.
(Inherited from VectorT.) |
 | AddCore(T, VectorT) |
Adds a constant to a vector in-place.
(Inherited from DenseVectorT.) |
 | AddCore(VectorT, VectorT) |
Adds two vectors.
(Inherited from VectorT.) |
 | AddInPlace(T) |
Adds a constant to a vector.
(Inherited from DenseVectorT.) |
 | AddInPlace(VectorT) |
Adds another vector to this vector in-place.
(Inherited from VectorT.) |
 | AddProductInPlace(LinearOperatorT, VectorT) | (Inherited from VectorT.) |
 | AddProductInPlace(LinearOperatorT, TransposeOperation, VectorT) | (Inherited from VectorT.) |
 | AddScaledAsLeftCore |
Adds two vectors.
(Inherited from DenseVectorT.) |
 | AddScaledAsRightCore |
Adds two vectors.
(Inherited from VectorT.) |
 | AddScaledInPlace |
Adds a scaled vector to this vector.
(Inherited from DenseVectorT.) |
 | AddScaledProductInPlace(T, LinearOperatorT, VectorT) | (Inherited from VectorT.) |
 | AddScaledProductInPlace(T, LinearOperatorT, TransposeOperation, VectorT) |
Adds the scaled product of a matrix and a vector in-place to a vector.
(Inherited from VectorT.) |
 | AddTotals | Obsolete.
Adds the specified values to the total for each bin in a histogram.
|
 | Aggregate(TypePreservingAggregatorGroup) |
Applies the specified aggregator to the vector.
(Inherited from VectorT.) |
 | AggregateU(AggregatorT, U) |
Applies the specified aggregator to the vector.
(Inherited from VectorT.) |
 | AggregateU(AggregatorGroupU) |
Applies the specified aggregator to the vector.
(Inherited from VectorT.) |
 | AggregateBy(IGrouping, TypePreservingAggregatorGroup) |
Returns a new vector that aggregates the columns according to the specified grouping.
(Inherited from VectorT.) |
 | AggregateByU(IGrouping, AggregatorT, U) |
Aggregates the vector according to the specified grouping.
(Inherited from VectorT.) |
 | AggregateByU(IGrouping, AggregatorGroupU) |
Returns a new vector that aggregates the columns according to the specified grouping.
(Inherited from VectorT.) |
 | AggregateByU(IPivot, AggregatorT, U) |
Returns a new matrix that aggregates the elements according to the specified pivot grouping.
(Inherited from VectorT.) |
 | AggregateByU(IPivot, AggregatorGroupU) |
Returns a new matrix that aggregates the elements according to the specified pivot grouping.
(Inherited from VectorT.) |
 | All |
Returns whether all the elements of the vector
satisfy a condition.
(Inherited from VectorT.) |
 | Any |
Returns whether any of the elements of the vector
satisfy a condition.
(Inherited from VectorT.) |
 | AsCategorical(IndexT) |
Returns a categorical vector containing the same data as this vector.
(Inherited from VectorT.) |
 | AsCategorical(SortOrder) |
Returns a categorical vector containing the same data as this vector.
(Inherited from VectorT.) |
 | AsDenseVector |
Returns this vector as a dense vector.
(Inherited from DenseVectorT.) |
 | AsinCore |
Computes the inverse sine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AsIndex |
Converts a vector to an index.
(Inherited from VectorT.) |
 | AsinhCore |
Computes the inverse hyperbolic sine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AsinhInPlace |
Computes the inverse hyperbolic sine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | AsinInPlace |
Computes the inverse sine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | Atan2AsXCore |
Computes the four-quadrant inverse tangent of the corresponding elements of
two matrices.
(Inherited from VectorT.) |
 | Atan2AsYCore |
Computes the four-quadrant inverse tangent of the elements of a vector.
(Inherited from VectorT.) |
 | AtanCore |
Computes the inverse tangent of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AtanhCore |
Computes the inverse hyperbolic tangent of the elements of a vector.
(Inherited from DenseVectorT.) |
 | AtanhInPlace |
Computes the inverse hyperbolic tangent of the elements of a vector in-place.
(Inherited from VectorT.) |
 | AtanInPlace |
Computes the inverse tangent of the elements of a vector in-place.
(Inherited from VectorT.) |
 | Broadcast |
Broadcasts the elements of the vector along the specified dimension.
(Inherited from VectorT.) |
 | BroadcastInto |
Broadcasts the elements of the vector along the specified dimension.
(Inherited from DenseVectorT.) |
 | ByK |
Enables accessing elements of an indexed vector using strongly typed indexes.
(Inherited from VectorT.) |
 | CastU |
Casts the elements of the vector to the specified type.
(Inherited from VectorT.) |
 | CastIntoU |
Casts the elements of the vector to the specified type.
(Inherited from VectorT.) |
 | CeilingCore |
Computes the smallest integers greater than the elements of a vector.
(Inherited from DenseVectorT.) |
 | CeilingInPlace |
Computes the smallest integers greater than the elements of a vector in-place.
(Inherited from VectorT.) |
 | Clear | Obsolete.
Clears the values in all bins of a histogram.
|
 | Clone |
Makes a copy of this vector.
(Inherited from VectorT.) |
 | Clone(CloningMethod) |
Makes a copy of this vector using the specified
method.
(Overrides DenseVectorTClone(CloningMethod).) |
 | CloneData |
If possible, gives this instance its own copy of its elements.
(Inherited from DenseVectorT.) |
 | Conjugate |
Conjugates the elements of a vector and returns the result.
(Inherited from VectorT.) |
 | ConjugateCore |
Conjugates the elements of a vector.
(Inherited from VectorT.) |
 | ConjugateDotProduct |
Returns the dot product of this vector with another
vector.
(Inherited from DenseVectorT.) |
 | ConjugateInPlace |
Conjugates all elements of a vector in-place.
(Inherited from VectorT.) |
 | CopyTo(ArraySliceT) |
Copies the elements of this vector
to an array.
(Inherited from DenseVectorT.) |
 | CopyTo(IVector) |
Copies the elements of this vector
to an untyped vector.
(Inherited from VectorT.) |
 | CopyTo(T) |
Copies the elements of this vector
to an array.
(Inherited from VectorT.) |
 | CopyTo(VectorT) |
Copies the elements of this vector
to another vector.
(Inherited from VectorT.) |
 | CopyTo(VectorT, Int32) |
Copies the elements of this dense vector
to another vector starting at the specified position.
(Inherited from DenseVectorT.) |
 | CopyTo(T, Int32) |
Copies the elements of this vector
to an array.
(Inherited from VectorT.) |
 | CopyToOrClone |
Copies the elements of this vector to another vector, if it exists;
otherwise clones the vector using the specified method.
(Inherited from VectorT.) |
 | CosCore |
Computes the cosine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | CoshCore |
Computes the hyperbolic cosine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | CoshInPlace |
Computes the hyperbolic cosine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | CosInPlace |
Computes the cosine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | CumulativeProduct |
Gets the product of the elements of the vector.
(Inherited from VectorT.) |
 | CumulativeProductInPlace |
Gets the product of the elements of the vector.
(Inherited from VectorT.) |
 | CumulativeProductInto |
Gets the product of the elements of the vector.
(Inherited from DenseVectorT.) |
 | CumulativeSum |
Gets the sum of the elements of the vector.
(Inherited from VectorT.) |
 | CumulativeSumInPlace |
Gets the sum of the elements of the vector.
(Inherited from VectorT.) |
 | CumulativeSumInto |
Gets the cumulative sum of the elements of the vector.
(Inherited from VectorT.) |
 | DifferenceCore |
Computes the forward or backward difference of a vector.
(Inherited from VectorT.) |
 | Dispose |
Releases unmanaged resources.
(Inherited from VectorT.) |
 | Dispose(Boolean) |
Releases unmanaged resources.
(Inherited from VectorT.) |
 | DivideInPlace |
Divides a vector in-place by a constant.
(Inherited from VectorT.) |
 | DotProduct |
Returns the dot product of this vector with another
vector.
(Inherited from DenseVectorT.) |
 | ElementwiseConjugateMultiplyAsLeftCore |
Multiplies two vectors element-wise.
(Inherited from VectorT.) |
 | ElementwiseConjugateMultiplyAsRightCore |
Multiplies two vectors element-wise.
(Inherited from VectorT.) |
 | ElementwiseDivideAsLeftCore |
Divides two vectors element-wise.
(Inherited from DenseVectorT.) |
 | ElementwiseDivideAsRightCore |
Divides two vectors element-wise.
(Inherited from DenseVectorT.) |
 | ElementwiseDivideInPlace |
Divides this vector in-place element-wise by another vector.
(Inherited from VectorT.) |
 | ElementwiseMultiplyCore |
Multiplies two vectors element-wise.
(Inherited from DenseVectorT.) |
 | ElementwiseMultiplyInPlace |
Multiplies this vector in-place element-wise by another vector.
(Inherited from VectorT.) |
 | ElementwisePowAsLeftCore(VectorT, VectorT) |
Raises the elements of a vector to a power
from the corresponding elements in another vector.
(Inherited from VectorT.) |
 | ElementwisePowAsRightCore |
Raises two vectors element-wise.
(Inherited from VectorT.) |
 | ElementwisePowCore(Int32, VectorT) |
Raises the element of a vector to a constant power.
(Inherited from VectorT.) |
 | ElementwisePowCore(T, VectorT) |
Raises the element of a vector to a constant power.
(Inherited from VectorT.) |
 | ElementwisePowInPlace(Int32) |
Raises the elements of a vector in-place to a constant power.
(Inherited from VectorT.) |
 | ElementwisePowInPlace(T) |
Raises the elements of a vector in-place to a constant power.
(Inherited from VectorT.) |
 | ElementwisePowInPlace(VectorT) |
Raises this vector in-place element-wise by another vector.
(Inherited from VectorT.) |
 | EnsureWritable |
Ensures that every element in the vector can be written to.
(Inherited from VectorT.) |
 | EnsureWritable(Int32) |
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.) |
 | EnsureWritable(Range) |
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.) |
 | EnsureWritable(Int32, Int32) |
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.) |
 | Equals(Object) | (Inherited from DenseVectorT.) |
 | Equals(VectorT) |
Determines whether the specified VectorT
is equal to the current VectorT.
(Inherited from VectorT.) |
 | Equals(Object, IEqualityComparer) |
Returns whether an object is structurally equal to this instance.
(Inherited from VectorT.) |
 | EqualToCore(T, VectorBoolean) |
Checks if the elements of one vector are equal to a constant.
(Inherited from VectorT.) |
 | EqualToCore(VectorT, VectorBoolean) |
Checks if the elements of one vector are equal to
the corresponding elements of another vector.
(Inherited from VectorT.) |
 | ExpCore |
Computes the exponential of the elements of a vector.
(Inherited from DenseVectorT.) |
 | ExpInPlace |
Computes the exponential of the elements of a vector in-place.
(Inherited from VectorT.) |
 | Finalize | Allows 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 VectorT.) |
 | FloorCore |
Computes the largest integers smaller than the elements of a vector.
(Inherited from DenseVectorT.) |
 | FloorInPlace |
Computes the largest integers smaller than the elements of a vector in-place.
(Inherited from VectorT.) |
 | GetK(K) |
Gets the value with the specified key.
(Inherited from VectorT.) |
 | GetK1, K2(K1, K2) |
Gets the value at the specified key.
(Inherited from VectorT.) |
 | GetEnumerator |
Returns an enumerator for this
dense vector.
(Inherited from DenseVectorT.) |
 | GetHashCode |
Returns the hash code for this instance.
(Inherited from VectorT.) |
 | GetHashCode(IEqualityComparer) |
Returns a hash code for this instance.
(Inherited from VectorT.) |
 | GetNearestK |
Gets the value nearest to the specified key.
(Inherited from VectorT.) |
 | GetNearestValuesK |
Returns a vector containing the items nearest to the specified key values.
(Inherited from VectorT.) |
 | GetObjectData | (Inherited from DenseVectorT.) |
 | GetSlice(Int32) |
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSlice(Range) |
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSlice(Int32, Int32) |
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSlice(Range, Intent) |
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSlice(Slice, Intent) |
Returns a vector whose elements are a subset of the elements of
this instance.
(Inherited from VectorT.) |
 | GetSlice(Int32, Int32, Intent) |
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSlice(Int32, Int32, Int32) |
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSlice(Int32, Int32, Int32, Intent) |
Returns a vector whose elements are a subset of the elements of
this instance.
(Inherited from VectorT.) |
 | GetSliceCore |
Returns a vector whose elements are a subset of the elements of
this instance.
(Inherited from DenseVectorT.) |
 | GetSubvector(Int32) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSubvector(Range) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSubvector(Int32, Int32) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSubvector(Range, Intent) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSubvector(Slice, Intent) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance.
(Inherited from VectorT.) |
 | GetSubvector(Int32, Int32, Intent) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSubvector(Int32, Int32, Int32) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance
(Inherited from VectorT.) |
 | GetSubvector(Int32, Int32, Int32, Intent) | Obsolete.
Returns a vector whose elements are a subset of the elements of
this instance.
(Inherited from VectorT.) |
 | GetTotals | Obsolete.
Returns an array containing the totals in each bin in a histogram.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetValue(Int32) |
Gets the vector element at the specified position.
(Inherited from DenseVectorT.) |
 | GetValue(Int32) |
Gets the vector element at the specified position.
(Inherited from VectorT.) |
 | GetValues(VectorBoolean) |
Returns the elements of a vector that match the specified condition.
(Inherited from DenseVectorT.) |
 | GetValues(Subset, Intent) |
Returns a vector that contains the specified subset
of elements of the vector.
(Inherited from VectorT.) |
 | GetValues(Int32, Boolean, Intent) |
Returns a new vector that contains the elements of the vector with the specified indexes.
(Inherited from DenseVectorT.) |
 | GetValuesK(IEnumerableK) |
Returns a vector containing the items at the specified key values.
(Inherited from VectorT.) |
 | GreaterThanCore(T, VectorBoolean) |
Checks if the elements of one vector are greater than the corresponding elements
of another vector.
(Inherited from DenseVectorT.) |
 | GreaterThanCore(VectorT, VectorBoolean) |
Checks if the elements of one vector are greater than the corresponding elements
of another vector.
(Inherited from VectorT.) |
 | GreaterThanOrEqualToCore(T, VectorBoolean) |
Checks if the elements of one vector are greater than or equal to a constant.
(Inherited from VectorT.) |
 | GreaterThanOrEqualToCore(VectorT, VectorBoolean) |
Checks if the elements of one vector are greater than or equal to
the corresponding elements of another vector.
(Inherited from VectorT.) |
 | HypotCore |
Computes the square root of the sum of the squared corresponding elements
of this vector and another vector.
(Inherited from VectorT.) |
 | 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 DenseVectorT.) |
 | IsMissing |
Returns whether the value at the specified index is missing.
(Inherited from VectorT.) |
 | KeysAndValuesK |
Enumerates all keys and associated values.
(Inherited from VectorT.) |
 | LessThanCore(T, VectorBoolean) |
Checks if the elements of one vector are greater than the corresponding elements
of another vector.
(Inherited from DenseVectorT.) |
 | LessThanCore(VectorT, VectorBoolean) |
Checks if the elements of one vector are greater than the corresponding elements
of another vector.
(Inherited from VectorT.) |
 | LessThanOrEqualToCore(T, VectorBoolean) |
Checks if the elements of one vector are less than or equal to a constant.
(Inherited from VectorT.) |
 | LessThanOrEqualToCore(VectorT, VectorBoolean) |
Checks if the elements of one vector are greater than or equal to
the corresponding elements of another vector.
(Inherited from VectorT.) |
 | Log10Core |
Computes the base 10 logarithm of the elements of a vector.
(Inherited from VectorT.) |
 | Log10InPlace |
Computes the logarithm of the elements of a vector in-place.
(Inherited from VectorT.) |
 | LogCore(VectorT) |
Computes the logarithm of the elements of a vector.
(Inherited from DenseVectorT.) |
 | LogCore(T, VectorT) |
Computes the logarithm of the elements of a vector.
(Inherited from VectorT.) |
 | LogInPlace |
Computes the logarithm of the elements of a vector in-place.
(Inherited from VectorT.) |
 | LogInPlace(T) |
Computes the logarithm of the elements of a vector in-place.
(Inherited from VectorT.) |
 | MakeImmutable |
Protects the vector from changes in values or structure.
(Inherited from VectorT.) |
 | MapU(FuncT, U) |
Applies a function to the elements of a vector and returns the result.
(Inherited from VectorT.) |
 | MapAsFirstCoreU, V |
Applies a function to the corresponding elements of two vectors.
(Inherited from VectorT.) |
 | MapAsSecondCoreU, V |
Applies a function to the corresponding elements of two vectors.
(Inherited from VectorT.) |
 | MapCoreU(FuncT, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from DenseVectorT.) |
 | MapCoreU(FuncT, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | MapCoreU(FuncInt32, T, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from DenseVectorT.) |
 | MapCoreU(FuncInt32, T, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | MapInPlace(FuncT, T) |
Applies a function to the elements of a dense vector.
(Inherited from DenseVectorT.) |
 | MapInPlace(FuncInt32, T, T) |
Applies a function in-place to the elements of a vector.
(Inherited from VectorT.) |
 | MapInPlaceU(FuncT, U, T, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | MapIntoU(FuncT, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | MapIntoU(FuncInt32, T, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | MapWhereU(FuncT, Boolean, FuncT, U) |
Applies a function to the elements of a vector that meet a condition and returns the result.
(Inherited from VectorT.) |
 | MapWhereU(FuncInt32, T, Boolean, FuncT, U) |
Applies a function to the elements of a vector that meet a condition and returns the result.
(Inherited from VectorT.) |
 | MapWhereCoreU(FuncT, Boolean, FuncT, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | MapWhereCoreU(FuncInt32, T, Boolean, FuncT, U, VectorU) |
Applies a function to the elements of a vector.
(Inherited from VectorT.) |
 | Max |
Returns the value of the largest element in this
vector.
(Inherited from VectorT.) |
 | Max(Int32) |
Returns the value of the largest element in this
vector.
(Inherited from VectorT.) |
 | MaxCore(T, VectorT) |
Returns a vector whose elements are the maximum of the components of a vector
and a real number.
(Inherited from VectorT.) |
 | MaxCore(VectorT, VectorT) |
Returns a vector whose elements are the maximums of the components of two vectors.
(Inherited from VectorT.) |
 | MaxIndex |
Returns the index of the largest element in this
vector.
(Inherited from DenseVectorT.) |
 | MaxInPlace |
Returns a vector whose elements are the maximum of the components of a vector
and a real number.
(Inherited from VectorT.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Min |
Returns the value of the smallest element in this
vector.
(Inherited from VectorT.) |
 | Min(Int32) |
Returns the value of the smallest element in this
vector.
(Inherited from VectorT.) |
 | MinCore(T, VectorT) |
Returns a vector whose elements are the minimum of the components of a vector
and a real number.
(Inherited from VectorT.) |
 | MinCore(VectorT, VectorT) |
Returns a vector whose elements are the minimums of the components of two vectors.
(Inherited from VectorT.) |
 | MinIndex |
Returns the index of the smallest element in this
vector.
(Inherited from VectorT.) |
 | MinInPlace |
Returns a vector whose elements are the minimum of the components of a vector
and a real number.
(Inherited from VectorT.) |
 | MultiplyCore |
Multiplies a vector by a constant.
(Inherited from DenseVectorT.) |
 | MultiplyInPlace(T) |
Multiplies a vector by a given factor.
(Inherited from DenseVectorT.) |
 | MultiplyInPlace(MatrixT, MatrixOperationSide) | (Inherited from VectorT.) |
 | NegateInPlace |
Negates a vector in-place.
(Inherited from VectorT.) |
 | Norm |
Returns the two-norm of the vector.
(Inherited from VectorT.) |
 | Norm(Int32) |
Returns the norm of the specified order of this
vector.
(Inherited from VectorT.) |
 | Norm(T) |
Returns the norm of the specified order of this
vector.
(Inherited from VectorT.) |
 | Normalize |
Scales the vector to make its
two-norm equal to one.
(Inherited from VectorT.) |
 | NormInternal(T) |
Returns the norm of the specified order of this
dense vector.
(Inherited from DenseVectorT.) |
 | NormInternal(Int32) |
Returns the norm of the specified order of this
dense vector.
(Inherited from DenseVectorT.) |
 | NormSquared |
Returns the square of the two-norm of this vector.
(Inherited from VectorT.) |
 | NotEqualToCore(T, VectorBoolean) |
Checks if the elements of one vector are not equal to a constant.
(Inherited from VectorT.) |
 | NotEqualToCore(VectorT, VectorBoolean) |
Checks if the elements of one vector are not equal to
the corresponding elements of another vector.
(Inherited from VectorT.) |
 | OneNorm |
Returns the one-norm of this vector.
(Inherited from VectorT.) |
 | PermuteInPlace(Permutation) |
Permutes a vector.
(Inherited from VectorT.) |
 | PermuteInPlace(Permutation, Boolean) |
Permutes a vector.
(Inherited from DenseVectorT.) |
 | Product |
Gets the product of the elements of the vector.
(Inherited from VectorT.) |
 | Protect |
Returns a read-only copy of the vector.
(Inherited from VectorT.) |
 | ProtectInPlace |
Protects the vector from changes in values or structure.
(Inherited from VectorT.) |
 | ReciprocalCore |
Computes the inverses (reciprocals) of the elements of a vector.
(Inherited from VectorT.) |
 | ReciprocalInPlace |
Computes the inverses (reciprocals) of the elements of a vector in-place.
(Inherited from VectorT.) |
 | RemoveMissingValues |
Removes all the missing values from a vector and returns the result.
(Inherited from VectorT.) |
 | ReplaceMissingValues(T) |
Replaces all missing values in the vector with the specified value.
(Inherited from VectorT.) |
 | ReplaceMissingValues(VectorT) |
Replaces all missing values in the vector with the
corresponding element in another vector.
(Inherited from VectorT.) |
 | ReplaceMissingValues(Direction, Int32) |
Replaces all missing values in a vector with the specified value.
(Inherited from VectorT.) |
 | ReplaceMissingValuesInPlace(T) |
Replaces all missing values in the vector with the specified value in-place.
(Inherited from VectorT.) |
 | ReplaceMissingValuesInPlace(VectorT) |
Replaces all missing values in the vector with the
corresponding element in another vector
in-place.
(Inherited from VectorT.) |
 | ReplaceMissingValuesInPlace(Direction, Int32) |
Replaces all missing values in a vector with the specified value in-place.
(Inherited from VectorT.) |
 | ReplaceMissingValuesInto(T, VectorT) |
Replaces all missing values in a vector with the specified value.
(Inherited from VectorT.) |
 | ReplaceMissingValuesInto(VectorT, VectorT) |
Replaces all missing values in the vector with the
corresponding element in another vector.
(Inherited from VectorT.) |
 | ReplaceMissingValuesInto(Direction, VectorT, Int32) |
Replaces all missing values in a vector with
the previous or next non-missing value.
(Inherited from VectorT.) |
 | ReplaceValue |
Replaces every occurrence of a value with a new value.
(Inherited from VectorT.) |
 | ReplaceValueInPlace |
Replaces every occurrence of a value with a new value.
(Inherited from VectorT.) |
 | ReplaceValueInto |
Replaces every occurrence of a value with a new value.
(Inherited from VectorT.) |
 | Resample(Recurrence, Direction, TypePreservingAggregatorGroup) |
Returns a new vector that resamples the values in the vector using the specified
recurrence pattern and aggregator.
(Inherited from VectorT.) |
 | ResampleR(IndexR, Direction, TypePreservingAggregatorGroup) |
Returns a new vector that resamples the values in the vector using the specified
index and aggregator.
(Inherited from VectorT.) |
 | ResampleU(Recurrence, Direction, AggregatorGroupU) |
Returns a new vector that resamples the values in the vector using the specified
recurrence pattern and aggregator.
(Inherited from VectorT.) |
 | ResampleR, U(IndexR, Direction, AggregatorGroupU) |
Returns a new vector that resamples the values in the vector using the specified
index and aggregator.
(Inherited from VectorT.) |
 | Reshape |
Returns a matrix that contains the vector elements columnwise.
(Inherited from DenseVectorT.) |
 | SetMissing |
Declares that the value at the specified index is missing.
(Inherited from VectorT.) |
 | SetTotals | Obsolete.
Sets the total for each bin in a histogram.
|
 | SetToZero |
Sets all the elements of the vector to 0.
(Inherited from VectorT.) |
 | SetValue(T) |
Sets all the elements of the vector to
the specified value.
(Inherited from DenseVectorT.) |
 | SetValue(T, Int32) |
Sets the vector element at the specified position to the specified value.
(Inherited from DenseVectorT.) |
 | SetValue(T, Int32) |
Sets the vector element at the specified position to the specified value.
(Inherited from VectorT.) |
 | SetValues(VectorT, VectorBoolean) |
Sets the elements of a vector that match the specified condition.
(Inherited from DenseVectorT.) |
 | SetValues(T, Range) |
Sets a range of elements of the vector to the specified value.
(Inherited from VectorT.) |
 | SetValues(T, VectorBoolean) |
Sets the elements of a vector that match the specified condition
to the specified value.
(Inherited from VectorT.) |
 | SetValues(T, FuncT, Boolean) |
Sets all the elements that meet a condition to
the specified value.
(Inherited from VectorT.) |
 | ShallowCopy |
Makes a shallow copy of this vector.
(Inherited from VectorT.) |
 | SinCore |
Computes the sine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | SinhCore |
Computes the hyperbolic sine of the elements of a vector.
(Inherited from DenseVectorT.) |
 | SinhInPlace |
Computes the hyperbolic sine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | SinInPlace |
Computes the sine of the elements of a vector in-place.
(Inherited from VectorT.) |
 | SortInPlace |
Sorts the vector in ascending order.
(Inherited from VectorT.) |
 | SortInPlace(SortOrder) |
Sorts the vector in the specified order.
(Inherited from DenseVectorT.) |
 | SortInPlace(SortOrder, Permutation) |
Sorts the vector in the specified order.
(Inherited from VectorT.) |
 | SqrtCore |
Computes the square root of the elements of a vector.
(Inherited from DenseVectorT.) |
 | SqrtInPlace |
Computes the square root of the elements of a vector in-place.
(Inherited from VectorT.) |
 | Subtract | Obsolete. (Inherited from VectorT.) |
 | SubtractAsLeftCore(T, VectorT) |
Subtracts a constant from a vector.
(Inherited from DenseVectorT.) |
 | SubtractAsLeftCore(VectorT, VectorT) |
Subtracts one vector from another.
(Inherited from VectorT.) |
 | SubtractAsRightCore(T, VectorT) |
Subtracts a vector from a constant.
(Inherited from DenseVectorT.) |
 | SubtractAsRightCore(VectorT, VectorT) |
Subtracts one vector from another.
(Inherited from VectorT.) |
 | SubtractInPlace(T) |
Subtracts a constant value from the elements of this vector in-place.
(Inherited from VectorT.) |
 | SubtractInPlace(VectorT) |
Subtracts another vector from this vector in-place.
(Inherited from VectorT.) |
 | SubtractProductInPlace | (Inherited from VectorT.) |
 | Sum |
Gets the sum of the elements of the vector.
(Inherited from DenseVectorT.) |
 | Summarize |
Returns a summary of the contents of the matrix using the default summary options.
(Inherited from VectorT.) |
 | Summarize(SummaryOptions) |
Returns a summary of the contents of the matrix using the specified options.
(Inherited from VectorT.) |
 | SwapElements |
Exchanges two elements of the vector.
(Inherited from VectorT.) |
 | TanCore |
Computes the tangent of the elements of a vector.
(Inherited from DenseVectorT.) |
 | TanhCore |
Computes the hyperbolic tangent of the elements of a vector.
(Inherited from DenseVectorT.) |
 | TanhInPlace |
Computes the hyperbolic tangent of the elements of a vector in-place.
(Inherited from VectorT.) |
 | TanInPlace |
Computes the tangent of the elements of a vector in-place.
(Inherited from VectorT.) |
 | ToArray |
Gets the elements of this dense vector.
(Inherited from DenseVectorT.) |
 | ToColumnMatrix |
Creates a matrix with the vector as its only column..
(Inherited from VectorT.) |
 | ToDataFrameC(C) |
Returns a data frame with the current vector as its only column.
(Inherited from VectorT.) |
 | ToDataFrameR, C(IndexR, C) |
Returns a data frame with the current vector as its only column.
(Inherited from VectorT.) |
 | ToDenseVector |
Makes a copy of this instance and returns it as a
dense vector.
(Inherited from VectorT.) |
 | Top |
Returns a vector containing the specified number of elements
from the top of the sorted vector.
(Inherited from DenseVectorT.) |
 | ToRowMatrix |
Creates a matrix with the vector as its only column..
(Inherited from VectorT.) |
 | ToSparseVector | (Inherited from VectorT.) |
 | ToString | Returns a string that represents the current object. (Inherited from VectorT.) |
 | ToString(String) |
Converts the numeric value of this vector instance
to its equivalent string representation, using the
specified format.
(Inherited from VectorT.) |
 | ToString(String, IFormatProvider) |
Returns a String representation of this vector.
(Inherited from VectorT.) |
 | ToStringInternal |
Writes a string representation of this VectorT
to an instance of StringBuilder using the specified
number format.
(Inherited from VectorT.) |
 | TryCastU |
Attempts to convert the elements of the vector to the specified type.
(Inherited from VectorT.) |
 | TryEnsureWritable |
Ensures that every element in the vector can be written to.
(Inherited from VectorT.) |
 | TryEnsureWritable(Int32) |
Ensures that the element at the specified index in the vector can be written to.
(Inherited from DenseVectorT.) |
 | TryEnsureWritable(Int32, Int32) |
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.) |
 | TryGetK |
Attempts to get the value with the specified key.
(Inherited from VectorT.) |
 | UnstackR, C |
Returns a data frame that contains the values in the vector
arranged according to the levels in a hierarchical index.
(Inherited from VectorT.) |
 | WeightedNorm |
Returns the weighted two-norm of the vector.
(Inherited from VectorT.) |
 | WeightedNormSquared |
Returns the square of the weighted two-norm of the vector.
(Inherited from VectorT.) |
 | WindowU(Int32, AggregatorGroupU) |
Returns a new vector that aggregates the values in a sliding window
of the specified size.
(Inherited from VectorT.) |
 | WindowU(Int32, Int32, Boolean, AggregatorGroupU) |
Returns a new vector that aggregates the values in a sliding window
of the specified size.
(Inherited from VectorT.) |
 | WithNameC |
Sets the name of a vector to the specified value.
(Inherited from VectorT.) |
| Name | Description |
---|
 | AbsDouble |
Returns a vector whose elements are the absolute values of the components of another vector.
(Defined by Vector.) |
 | AbsIntoDouble |
Computes the absolute values of the elements of a vector.
(Defined by Vector.) |
 | AbsoluteMaxDouble | Overloaded.
Returns the value of the element in this
vector that has the largest absolute
value.
(Defined by Vector.) |
 | AbsoluteMaxDouble(Int32) | Overloaded.
Returns the value of the element in this
vector that has the largest absolute
value.
(Defined by Vector.) |
 | AbsoluteMinDouble | Overloaded.
Returns the value of the element in this
vector that has the smallest absolute
value.
(Defined by Vector.) |
 | AbsoluteMinDouble(Int32) | Overloaded.
Returns the value of the element in this
vector that has the smallest absolute
value.
(Defined by Vector.) |
 | AcosDouble |
Computes the inverse cosine of the elements of a vector.
(Defined by Vector.) |
 | AcoshDouble |
Computes the inverse hyperbolic cosine of the elements of a vector.
(Defined by Vector.) |
 | AcoshIntoDouble |
Computes the inverse hyperbolic cosine of the elements of a vector.
(Defined by Vector.) |
 | AcosIntoDouble |
Computes the inverse cosine of the elements of a vector.
(Defined by Vector.) |
 | AddIntoDouble |
Adds two vectors.
(Defined by Vector.) |
 | AddProductDouble(LinearOperatorDouble, VectorDouble) | Overloaded.
Adds the product of a matrix and a vector to a vector.
(Defined by Vector.) |
 | AddProductDouble(LinearOperatorDouble, TransposeOperation, VectorDouble) | Overloaded.
Adds the product of a matrix and a vector to a vector.
(Defined by Vector.) |
 | AddProductIntoDouble |
Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector.) |
 | AddScaledIntoDouble |
Adds two vectors.
(Defined by Vector.) |
 | AddScaledProductDouble(Double, LinearOperatorDouble, VectorDouble) | Overloaded.
Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector.) |
 | AddScaledProductDouble(Double, LinearOperatorDouble, TransposeOperation, VectorDouble) | Overloaded.
Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector.) |
 | AddScaledProductIntoDouble |
Adds the scaled product of a matrix and a vector to a vector.
(Defined by Vector.) |
 | AggregateDouble(FuncDouble, Double, Double) | Overloaded.
Applies an accumulator function over the elements of a vector.
(Defined by LinqExtensions.) |
 | AggregateDouble, TAccumulate(TAccumulate, FuncTAccumulate, Double, TAccumulate) | Overloaded.
Applies an accumulator function over the elements of a vector.
(Defined by LinqExtensions.) |
 | AggregateDouble, TAccumulate, TResult(TAccumulate, FuncTAccumulate, Double, TAccumulate, FuncTAccumulate, TResult) | Overloaded.
Aggregates the elements of a vector using the specified accumulator
and seed value.
(Defined by LinqExtensions.) |
 | AllDouble |
Returns whether all values in a vector satisfy the specified
predicate.
(Defined by Vector.) |
 | AngleDouble |
Returns the angle between two vectors.
(Defined by Vector.) |
 | AnyDouble |
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.) |
 | AsinDouble |
Computes the inverse sine of the elements of a vector.
(Defined by Vector.) |
 | AsinhDouble |
Computes the inverse hyperbolic sine of the elements of a vector.
(Defined by Vector.) |
 | AsinhIntoDouble |
Computes the inverse hyperbolic sine of the elements of a vector.
(Defined by Vector.) |
 | AsinIntoDouble |
Computes the inverse sine of the elements of a vector.
(Defined by Vector.) |
 | AtanDouble |
Computes the inverse tangent of the elements of a vector.
(Defined by Vector.) |
 | Atan2Double |
Computes the four-quadrant inverse tangent of the corresponding elements
of two matrices.
(Defined by Vector.) |
 | Atan2IntoDouble |
Computes the four-quadrant inverse tangent of the corresponding elements
of two matrices.
(Defined by Vector.) |
 | AtanhDouble |
Computes the inverse hyperbolic tangent of the elements of a vector.
(Defined by Vector.) |
 | AtanhIntoDouble |
Computes the inverse hyperbolic tangent of the elements of a vector.
(Defined by Vector.) |
 | AtanIntoDouble |
Computes the inverse tangent of the elements of a vector.
(Defined by Vector.) |
 | Autocorrelation | Overloaded.
Gets the lag-1 auto-correlation of the elements of a vector.
(Defined by Stats.) |
 | Autocorrelation(Int32) | Overloaded.
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.) |
 | BoxCoxTransform |
Returns the Box-Cox transform of the vector for the specified parameter.
(Defined by VectorExtensions.) |
 | CeilingDouble |
Returns a vector whose elements are the components of another vector
rounded up to the nearest integer.
(Defined by Vector.) |
 | CeilingIntoDouble |
Computes the smallest integers greater than the elements of a vector.
(Defined by Vector.) |
 | CentralMomentDouble |
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.) |
 | ClipDouble |
Returns a vector whose elements are the components of a vector
constrained to be within the specified interval.
(Defined by Vector.) |
 | ClipIntoDouble |
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.) |
 | ConcatDouble |
Concatenates two vectors.
(Defined by LinqExtensions.) |
 | ConjugateDouble |
Returns the conjugate of a vector.
(Defined by Vector.) |
 | ConjugateIntoDouble |
Conjugates the elements of a vector.
(Defined by Vector.) |
 | Correlation |
Gets the Pearson correlation coefficient between two sets of values.
(Defined by Stats.) |
 | CosDouble |
Computes the cosine of the elements of a vector.
(Defined by Vector.) |
 | CoshDouble |
Computes the hyperbolic cosine of the elements of a vector.
(Defined by Vector.) |
 | CoshIntoDouble |
Computes the hyperbolic cosine of the elements of a vector.
(Defined by Vector.) |
 | CosIntoDouble |
Computes the cosine of the elements of a vector.
(Defined by Vector.) |
 | Covariance |
Gets the covariance between two sets of values.
(Defined by Stats.) |
 | CrossProductDouble |
Returns the cross product of two 3D vectors.
(Defined by Vector.) |
 | Difference | Overloaded.
Computes a differenced time series.
(Defined by TimeSeriesFunctions.) |
 | Difference(Int32) | Overloaded.
Computes a differenced time series.
(Defined by TimeSeriesFunctions.) |
 | DifferenceDouble(Int32) | Overloaded.
Computes the forward or backward difference of a vector.
(Defined by Vector.) |
 | DifferenceIntoDouble |
Computes the forward or backward difference of a vector.
(Defined by Vector.) |
 | DotProductDouble |
Returns the dot product of two vectors.
(Defined by Vector.) |
 | DurbinWatsonStatistic |
Returns the Durbin-Watson statistic for the specified residuals.
(Defined by TimeSeriesFunctions.) |
 | ElementwisePowDouble(Double) | Overloaded.
Raises the element of a vector to a constant power.
(Defined by Vector.) |
 | ElementwisePowDouble(Int32) | Overloaded.
Raises the element of a vector to a constant power.
(Defined by Vector.) |
 | ElementwisePowDouble(VectorDouble) | Overloaded.
Raises the elements of a vector to a power
from the corresponding elements in another vector.
(Defined by Vector.) |
 | ElementwisePowDouble(VectorInt32) | Overloaded.
Raises the elements of a vector to an integer power
from the corresponding elements in another vector.
(Defined by Vector.) |
 | ElementwisePowIntoDouble(Double, VectorDouble) | Overloaded.
Raises the element of a vector to a constant power.
(Defined by Vector.) |
 | ElementwisePowIntoDouble(Int32, VectorDouble) | Overloaded.
Raises the element of a vector to a constant power.
(Defined by Vector.) |
 | ElementwisePowIntoDouble(VectorDouble, VectorDouble) | Overloaded.
Raises the elements of a vector to a power
from the corresponding elements in another vector.
(Defined by Vector.) |
 | ElementwisePowIntoDouble(VectorInt32, VectorDouble) | Overloaded.
Raises the elements of a vector to an integer power
from the corresponding elements in another vector.
(Defined by Vector.) |
 | ExpDouble |
Computes the exponential of the elements of a vector.
(Defined by Vector.) |
 | ExpIntoDouble |
Computes the exponential of the elements of a vector.
(Defined by Vector.) |
 | ExponentialMovingAverage(Double) | Overloaded.
Returns a vector whose observations are the exponential
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | ExponentialMovingAverage(Int32) | Overloaded.
Returns a vector whose observations are the exponential
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | ExponentialMovingAverage(Int32, Int32) | Overloaded.
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.) |
 | FloorDouble |
Returns a vector whose elements are the components of another vector
rounded down to the nearest integer.
(Defined by Vector.) |
 | FloorIntoDouble |
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.) |
 | GoodnessOfFitTestT | Returns a ChiSquareGoodnessOfFitTest object to test if the
distribution follows the specified distribution specified as a histogram. (Defined by HypothesisTests.) |
 | GroupByDouble, TKey(FuncDouble, TKey) | Overloaded.
Groups the elements of a vector according to the specified key selector function.
(Defined by LinqExtensions.) |
 | GroupByDouble, TKey(FuncDouble, TKey, IEqualityComparerTKey) | Overloaded.
Groups the elements of a vector according to the specified
key selector function and key comparer.
(Defined by LinqExtensions.) |
 | GroupByDouble, TKey, TElement(FuncDouble, TKey, FuncDouble, TElement) | Overloaded.
Groups the elements of a vector according to the specified
key selector and element selector functions.
(Defined by LinqExtensions.) |
 | GroupByDouble, TKey, TResult(FuncDouble, TKey, FuncTKey, IEnumerableDouble, TResult) | Overloaded.
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.) |
 | GroupByDouble, TKey, TElement(FuncDouble, TKey, FuncDouble, TElement, IEqualityComparerTKey) | Overloaded.
Groups the elements of a vector according to the specified
key selector and element selector functions, and key comparer.
(Defined by LinqExtensions.) |
 | GroupByDouble, TKey, TResult(FuncDouble, TKey, FuncTKey, IEnumerableDouble, TResult, IEqualityComparerTKey) | Overloaded.
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.) |
 | GroupByDouble, TKey, TElement, TResult(FuncDouble, TKey, FuncDouble, TElement, FuncTKey, IEnumerableTElement, TResult) | Overloaded.
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.) |
 | GroupByDouble, TKey, TElement, TResult(FuncDouble, TKey, FuncDouble, TElement, FuncTKey, IEnumerableTElement, TResult, IEqualityComparerTKey) | Overloaded.
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.) |
 | HypotDouble |
Computes the square root of the sum of the squared corresponding elements
of two matrices.
(Defined by Vector.) |
 | HypotIntoDouble |
Computes the square root of the sum of the squared corresponding elements
of two matrices.
(Defined by Vector.) |
 | IncrementT(T) | Overloaded.
Increments a bin of a histogram by 1.
(Defined by Histogram.) |
 | IncrementT(T, Double) | Overloaded.
Increments a bin of a histogram by the specified amount.
(Defined by Histogram.) |
 | InfinityNormDouble |
Returns the infinity norm of a vector.
(Defined by VectorExtensions.) |
 | InterQuartileRangeDouble |
Returns the inter-quartile range of the elements of a numerical variable.
(Defined by Stats.) |
 | JoinDouble |
Joins two vectors.
(Defined by Vector.) |
 | KurtosisDouble |
Returns the kurtosis supplement of the elements of an array.
(Defined by Stats.) |
 | LagDouble | Overloaded.
Returns a vector whose observations are moved ahead by
one observation.
(Defined by VectorExtensions.) |
 | LagDouble(Int32) | Overloaded.
Returns a vector whose observations are moved ahead by
the specified number of observations.
(Defined by VectorExtensions.) |
 | LagDouble(Int32, Double) | Overloaded.
Returns a vector whose observations are moved ahead by
the specified number of observations.
(Defined by VectorExtensions.) |
 | LogDouble | Overloaded.
Returns a vector whose elements are the logarithms of the components of another vector.
(Defined by Vector.) |
 | LogDouble(Double) | Overloaded.
Returns a vector whose elements are the logarithms of the components of another vector.
(Defined by Vector.) |
 | Log10Double |
Returns a vector whose elements are the base 10 logarithms of the components of another vector.
(Defined by Vector.) |
 | Log10IntoDouble |
Computes the base 10 logarithm of the elements of a vector.
(Defined by Vector.) |
 | LogIntoDouble(VectorDouble) | Overloaded.
Computes the logarithm of the elements of a vector.
(Defined by Vector.) |
 | LogIntoDouble(Double, VectorDouble) | Overloaded.
Computes the logarithm of the elements of a vector.
(Defined by Vector.) |
 | MakeDistributedDouble |
Returns a distributed version of a vector.
(Defined by DistributedExtensions.) |
 | MaxDouble | Overloaded.
Returns the value of the largest component of a vector.
(Defined by Vector.) |
 | MaxDouble(Double) | Overloaded.
Returns a vector whose elements are the maximum of the components of a vector
and a real number.
(Defined by Vector.) |
 | MaxDouble(VectorDouble) | Overloaded.
Returns a vector whose elements are the maximums of the components of two vectors.
(Defined by Vector.) |
 | MaxIntoDouble(Double, VectorDouble) | Overloaded.
Returns a vector whose elements are the maximum of the components of a vector
and a real number.
(Defined by Vector.) |
 | MaxIntoDouble(VectorDouble, VectorDouble) | Overloaded.
Returns a vector whose elements are the maximums of the components of two vectors.
(Defined by Vector.) |
 | MeanDouble |
Returns the mean of the elements of a vector.
(Defined by Stats.) |
 | MedianDouble |
Returns the median of the elements of a vector.
(Defined by Stats.) |
 | MedianAbsoluteDeviation |
Returns the median absolute deviation of a variable.
(Defined by Stats.) |
 | MinDouble | Overloaded.
Returns the value of the smallest component of a vector.
(Defined by Vector.) |
 | MinDouble(Double) | Overloaded.
Returns a vector whose elements are the minimum of the components of a vector
and a real number.
(Defined by Vector.) |
 | MinDouble(VectorDouble) | Overloaded.
Returns a vector whose elements are the minimums of the components of two vectors.
(Defined by Vector.) |
 | MinIntoDouble(Double, VectorDouble) | Overloaded.
Returns a vector whose elements are the minimum of the components of a vector
and a real number.
(Defined by Vector.) |
 | MinIntoDouble(VectorDouble, VectorDouble) | Overloaded.
Returns a vector whose elements are the minimums of the components of two vectors.
(Defined by Vector.) |
 | MomentDouble |
Returns the specified raw moment of the elements of an array.
(Defined by Stats.) |
 | MovingAverage(Int32) | Overloaded.
Returns a vector whose observations are the simple
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | MovingAverage(Int32, Boolean) | Overloaded.
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.) |
 | MultiplyIntoDouble |
Multiplies a vector by a constant.
(Defined by Vector.) |
 | NegateIntoDouble |
Negates a vector.
(Defined by Vector.) |
 | OneNormDouble |
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(Double) | Overloaded.
Gets the specified percentile.
(Defined by Stats.) |
 | PercentileDouble(Int32, Int32) | Overloaded.
Gets the specified percentile.
(Defined by Stats.) |
 | Percentiles |
Gets the specified percentiles.
(Defined by Stats.) |
 | PeriodToDateDifferences(Int32, BoundaryIntervalBehavior, BoundaryIntervalBehavior) | Overloaded.
Returns a vector whose observations are the difference between successive
observations over intervals of observations.
(Defined by VectorExtensions.) |
 | PeriodToDateDifferences(VectorDateTime, VectorDateTime, BoundaryIntervalBehavior, BoundaryIntervalBehavior) | Overloaded.
Returns a vector whose observations are the difference between successive
observations over intervals of observations.
(Defined by VectorExtensions.) |
 | PeriodToDateValues(Int32, BoundaryIntervalBehavior, BoundaryIntervalBehavior) | Overloaded.
Returns a vector whose observations are the cumulative sum
over intervals of observations.
(Defined by VectorExtensions.) |
 | PeriodToDateValues(VectorDateTime, VectorDateTime, BoundaryIntervalBehavior, BoundaryIntervalBehavior) | Overloaded.
Returns a vector whose observations are the cumulative sum
over intervals of observations.
(Defined by VectorExtensions.) |
 | PermuteDouble |
Permutes a vector.
(Defined by Vector.) |
 | PopulationKurtosisDouble |
Returns the kurtosis supplement of the elements of an array.
(Defined by Stats.) |
 | PopulationSkewnessDouble |
Returns the skewness of the elements of an array.
(Defined by Stats.) |
 | PopulationStandardDeviationDouble |
Returns the standard deviation of the elements of a vector.
(Defined by Stats.) |
 | PopulationVarianceDouble |
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(MissingValueAction) | Overloaded.
Applies the specified action to the missing values in the values.
(Defined by Stats.) |
 | ProcessMissingValues(MissingValueAction, Double) | Overloaded.
Applies the specified action to the missing values in the values.
(Defined by Stats.) |
 | ProcessMissingValues(Double, MissingValueAction, Double) | Overloaded.
Applies the specified action to the missing values in the values.
(Defined by Stats.) |
 | ProductDouble |
Returns the product of the components of a vector.
(Defined by Vector.) |
 | ProjectDouble |
Returns the projection of one vector onto another.
(Defined by Vector.) |
 | Quantile(Double) | Overloaded.
Gets the specified quantile.
(Defined by Stats.) |
 | QuantileDouble(Double, Int32) | Overloaded.
Gets the specified quantile.
(Defined by VectorExtensions.) |
 | Quantiles(Double) | Overloaded.
Gets the specified quantiles.
(Defined by Stats.) |
 | QuantilesDouble(IListDouble, Int32, Boolean) | Overloaded.
Gets the specified quantile.
(Defined by VectorExtensions.) |
 | Range | Overloaded.
Returns the range of the elements of a vector.
(Defined by Stats.) |
 | RangeDouble | Overloaded.
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 | Overloaded.
Returns the ranks of the observations.
(Defined by Stats.) |
 | Ranks(RankTiebreaker, Double) | Overloaded.
Returns the ranks of the observations.
(Defined by Stats.) |
 | ReciprocalDouble |
Returns a vector whose elements are the inverses (reciprocals) of the components of another vector.
(Defined by Vector.) |
 | ReciprocalIntoDouble |
Computes the inverses (reciprocals) of the elements of a vector.
(Defined by Vector.) |
 | ReferenceIndex(Int32, Double) | Overloaded.
Returns a vector that represents an index value relative to
the specified base value.
(Defined by VectorExtensions.) |
 | ReferenceIndex(Int32, Int32, Double) | Overloaded.
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.) |
 | RoundDouble(MidpointRounding) | Overloaded.
Returns a vector whose elements are the components of another vector
rounded to the nearest integer.
(Defined by Vector.) |
 | RoundDouble(MidpointRounding) | Overloaded.
Returns a vector whose elements are the components of another vector
rounded to the nearest integer.
(Defined by Matrix.) |
 | SelectDouble, TResult(FuncDouble, TResult) | Overloaded.
Projects each element of a vector into a new form.
(Defined by LinqExtensions.) |
 | SelectDouble, TResult(FuncDouble, Int32, TResult) | Overloaded.
Projects each element of a vector into a new form by incorporating the elements index.
(Defined by LinqExtensions.) |
 | SelectManyDouble, TResult(FuncDouble, IEnumerableTResult) | Overloaded.
Projects each element of a vector to a vector and flattens the resulting
vectors into one vector.
(Defined by LinqExtensions.) |
 | SelectManyDouble, TResult(FuncDouble, Int32, IEnumerableTResult) | Overloaded.
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.) |
 | SelectManyDouble, TCollection, TResult(FuncDouble, IEnumerableTCollection, FuncDouble, TCollection, TResult) | Overloaded.
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.) |
 | SelectManyDouble, TCollection, TResult(FuncDouble, Int32, IEnumerableTCollection, FuncDouble, TCollection, TResult) | Overloaded.
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.) |
 | SinDouble |
Computes the sine of the elements of a vector.
(Defined by Vector.) |
 | SinhDouble |
Computes the hyperbolic sine of the elements of a vector.
(Defined by Vector.) |
 | SinhIntoDouble |
Computes the hyperbolic sine of the elements of a vector.
(Defined by Vector.) |
 | SinIntoDouble |
Computes the sine of the elements of a vector.
(Defined by Vector.) |
 | SkewnessDouble |
Returns the skewness of the elements of an array.
(Defined by Stats.) |
 | SortDouble | Overloaded.
Sorts a vector in ascending order.
(Defined by Vector.) |
 | SortDouble(SortOrder) | Overloaded.
Sorts a vector in the specified order.
(Defined by Vector.) |
 | SortDouble(SortOrder, Permutation) | Overloaded.
Sorts a vector in the specified order and also returns the sorting permutation.
(Defined by Vector.) |
 | SplitByDouble(ICategoricalVector) | Overloaded.
Splits a vector according to the specified grouping.
(Defined by Vector.) |
 | SplitByDouble(IGrouping) | Overloaded.
Splits a vector according to the specified grouping.
(Defined by Vector.) |
 | SqrtDouble |
Computes the square root of the elements of a vector.
(Defined by Vector.) |
 | SqrtIntoDouble |
Computes the square root of the elements of a vector.
(Defined by Vector.) |
 | SquaredDifferenceDouble |
Returns the norm of the difference of two vectors.
(Defined by Vector.) |
 | StandardDeviation | Overloaded.
Returns the standard deviation of the elements of a vector.
(Defined by Stats.) |
 | StandardDeviationDouble | Overloaded.
Returns the standard deviation of the elements of a vector.
(Defined by Stats.) |
 | SubtractIntoDouble(Double, VectorDouble) | Overloaded.
Subtracts two vectors.
(Defined by Vector.) |
 | SubtractIntoDouble(VectorDouble, VectorDouble) | Overloaded.
Subtracts one vector from another.
(Defined by Vector.) |
 | SumDouble |
Returns the sum of the components of a vector.
(Defined by Vector.) |
 | TabulateT(IEnumerableT) | Overloaded.
Enters data from a sequence of values into a histogram.
(Defined by Histogram.) |
 | TabulateT(IListT, IListDouble) | Overloaded.
Enters data from a list of values into a histogram using the specified weights.
(Defined by Histogram.) |
 | TanDouble |
Computes the tangent of the elements of a vector.
(Defined by Vector.) |
 | TanhDouble |
Computes the hyperbolic tangent of the elements of a vector.
(Defined by Vector.) |
 | TanhIntoDouble |
Computes the hyperbolic tangent of the elements of a vector.
(Defined by Vector.) |
 | TanIntoDouble |
Computes the tangent of the elements of a vector.
(Defined by Vector.) |
 | ToJsonDouble |
Returns a string containing a vector in JSON format.
(Defined by JsonFile.) |
 | ToLookupDouble, TKey(FuncDouble, TKey) | Overloaded.
Creates a lookup from a vector according to the specified key selector function.
(Defined by LinqExtensions.) |
 | ToLookupDouble, TKey(FuncDouble, TKey, IEqualityComparerTKey) | Overloaded.
Creates a lookup from a vector according to the specified
key selector function and key comparer.
(Defined by LinqExtensions.) |
 | ToLookupDouble, TKey, TElement(FuncDouble, TKey, FuncDouble, TElement) | Overloaded.
Creates a lookup from a vector according to the specified
key selector and element selector functions.
(Defined by LinqExtensions.) |
 | ToLookupDouble, TKey, TElement(FuncDouble, TKey, FuncDouble, TElement, IEqualityComparerTKey) | Overloaded.
Creates a lookup from a vector according to the specified
key selector and element selector functions, and key comparer.
(Defined by LinqExtensions.) |
 | TrimmedMean(Double) | Overloaded.
Returns the trimmed mean of the elements of a vector.
(Defined by Stats.) |
 | TrimmedMeanDouble(Double) | Overloaded.
Returns the trimmed mean of the elements of a numerical variable.
(Defined by Stats.) |
 | TwoNormDouble |
Returns the two-norm of a vector.
(Defined by VectorExtensions.) |
 | VarianceDouble |
Returns the variance of the elements of a vector.
(Defined by Stats.) |
 | WeightedMean(VectorDouble) | Overloaded.
Returns the mean of the variable with observations weighted by the specified vector.
(Defined by Stats.) |
 | WeightedMeanDouble(VectorDouble) | Overloaded.
Returns the mean of the variable with observations weighted by the specified vector.
(Defined by Stats.) |
 | WeightedMovingAverage(Double) | Overloaded.
Returns a vector whose observations are the weighted
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | WeightedMovingAverage(VectorDouble) | Overloaded.
Returns a vector whose observations are the weighted
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | WeightedMovingAverage(Double, Int32) | Overloaded.
Returns a vector whose observations are the weighted
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | WeightedMovingAverage(Int32, VectorDouble) | Overloaded.
Returns a vector whose observations are the weighted
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | WeightedMovingAverage(VectorDouble, Int32) | Overloaded.
Returns a vector whose observations are the weighted
moving average of the observations of the vector.
(Defined by VectorExtensions.) |
 | WeightedStandardDeviation(VectorDouble) | Overloaded.
Returns the standard deviation of the variable with observations weighted by the specified vector.
(Defined by Stats.) |
 | WeightedStandardDeviationDouble(VectorDouble) | Overloaded.
Returns the standard deviation of the variable with observations weighted by the specified vector.
(Defined by Stats.) |
 | WhereDouble(FuncDouble, Boolean) | Overloaded.
Filters the elements of a vector based on a predicate.
(Defined by LinqExtensions.) |
 | WhereDouble(FuncDouble, Int32, Boolean) | Overloaded.
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.) |