Click or drag to resize

DoubleColumn Methods

The DoubleColumn type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbs 
Protected methodAccumulateChangeData(Object, EventArgs) Accumulates the change data of the child. Currently only a flag is set to signal that the table has changed.
(Inherited from DataColumn)
Protected methodAccumulateChangeData(Int32, Int32, Boolean) Accumulates the change data provided in the arguments into the m_ChangeData member.
(Inherited from DataColumn)
Protected methodAccumulatedChangeData_SetBackAfterResumeAndSuspend Sets the change data without further processing. This function is infrastructure and intended to use only in OnResume after the parent has suspended this node again.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Protected methodAccumulatedEventData_Clear Clears the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Protected methodAccumulatedEventData_HasZeroOrOneEventArg Determines whether there is no or only one single event arg accumulated. If this is the case, the return value is true. If there is one event arg accumulated, it is returned in the argument singleEventArg. The return value is false if there is more than one event arg accumulated. In this case the singleEventArg is null on return, and the calling function should use AccumulatedEventData to enumerate all accumulated event args.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public methodStatic memberAcos 
Public methodAdd
(Inherited from DataColumn)
Public methodAppend Appends data from another column to this column
(Inherited from DataColumn)
Public methodAppendToPosition Appends data from another column to this column
(Inherited from DataColumn)
Public methodStatic memberAsin 
Public methodStatic memberAtan 
Public methodStatic memberAtan2(Double, DoubleColumn) 
Public methodStatic memberAtan2(DoubleColumn, DoubleColumn) 
Public methodStatic memberAtan2(DoubleColumn, Double) 
Public methodStatic memberCeiling 
Protected methodChildDisposeMemberT Helper function to dispose a child node of this instance. It helps to ensure the correct order: first, the child node is set to null and only then the child node is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public methodClear Clears all rows.
(Inherited from DataColumn)
Public methodClone
(Overrides DataColumnClone)
Public methodContains
(Inherited from DataColumn)
Public methodCopyDataFrom(Double) Copies the data from an array into the column. All data in the source array is copied.
Public methodCopyDataFrom(Object)
(Overrides DataColumnCopyDataFrom(Object))
Public methodCopyDataFrom(Double, Int32) Copies the data from an array into the column. The data from index 0 until count-1 is copied to the destination.
Public methodCopyDataFrom(IReadOnlyListDouble, Int32) Copies the data from an read-only into the column. The data from index 0 until count-1 is copied to the destination.
Public methodCopyHeaderInformationFrom copies the header information, like label and so on from another column to this column ColumnName and ColumnNumber is not copied!
(Inherited from DataColumn)
Public methodCopyTo
(Inherited from DataColumn)
Public methodStatic memberCos 
Public methodStatic memberCosh 
Public methodCreateColumnOfSelectedRows(IAscendingIntegerCollection) Creates a new column, consisting only of the selected rows of the original column.
(Inherited from DataColumn)
Public methodCutToMaximumLength Cuts the column to the provided length. The actual length of the column may be less than the provided parameter if the column contains empty elements.
(Inherited from DataColumn)
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from SuspendableDocumentNodeBase)
Protected methodDispose(Boolean) Releases unmanaged and - optionally - managed resources.
(Inherited from SuspendableDocumentNodeBase)
Public methodEhParentTunnelingEventHappened Is called by the parent when a tunneling event happened into the parent.
(Inherited from SuspendableDocumentNodeBase)
Public methodEhSelfChanged Calls EhSelfChanged with EventArgs.Empty
(Inherited from SuspendableDocumentLeafNodeWithEventArgs)
Protected methodEhSelfChanged(EventArgs) Called if some member of this instance itself has changed.
(Inherited from SuspendableDocumentLeafNode)
Protected methodEhSelfChanged(Int32, Int32, Boolean) This function has to be called by derived classes if any changes in their data occur.
(Inherited from DataColumn)
Public methodEhSelfTunnelingEventHappened(TunnelingEventArgs) Is called by this instance if a tunneling event happened into this instance. The tunneling event triggers the TunneledEvent and is additionally distributed to all childs of this instance.
(Inherited from SuspendableDocumentNodeBase)
Public methodEhSelfTunnelingEventHappened(TunnelingEventArgs, Boolean) Is called by this instance if a tunneling event happened into this instance. The tunneling event triggers the TunneledEvent and is - depending on the provided parameter - also distributed to all childs of this instance.
(Inherited from SuspendableDocumentNodeBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberExp 
Protected methodFinalize Finalizes an instance of the SuspendableDocumentNodeBase class.
(Inherited from SuspendableDocumentNodeBase)
Public methodStatic memberFloor 
Public methodFractionalIndexOf Searches for an index idx for which the value value lies in the (unordered) interval [this[idx-1], this[idx]]. If such an index is found, the fractional index is returned. If no such index is found, the return value is null.
Public methodGetColumnStyleType
(Overrides DataColumnGetColumnStyleType)
Public methodGetEnumerator
(Inherited from DataColumn)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLinearlyInterpolatedValueAt Counterpart to FractionalIndexOf(Double). Gets a linearly interpolated value at a given fractional index. If the given index is < 0, the value at index 0 is returned; if the index is >=Count-1, the value at index Count-1 is returned.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGetUsedLength Returns the used length of the array. This is one plus the highest index of the number different from Double.NaN.
Protected methodGetValueDirect 
Public methodGetVariantAt
(Overrides DataColumnGetVariantAt(Int32))
Protected methodHandleLowPriorityChildChangeCases Handles the cases when a child changes, but a reaction is neccessary only if the table is not suspended currently.
(Inherited from SuspendableDocumentLeafNode)
Public methodStatic memberIEEERemainder(Double, DoubleColumn) 
Public methodStatic memberIEEERemainder(DoubleColumn, DoubleColumn) 
Public methodStatic memberIEEERemainder(DoubleColumn, Double) 
Public methodIndexOf
(Inherited from DataColumn)
Public methodIndicesOf Gets all indices where the element is equal to the value given in item.
(Inherited from DataColumn)
Public methodInsert
(Inherited from DataColumn)
Public methodInsertRows
(Overrides DataColumnInsertRows(Int32, Int32))
Public methodIsElementEmpty
(Overrides DataColumnIsElementEmpty(Int32))
Public methodStatic memberLog(DoubleColumn) 
Public methodStatic memberLog(Double, DoubleColumn) 
Public methodStatic memberLog(DoubleColumn, DoubleColumn) 
Public methodStatic memberLog(DoubleColumn, Double) 
Public methodStatic memberLog10 
Public methodStatic memberMap(FuncDouble, Double, DoubleColumn) 
Public methodStatic memberMap(FuncDouble, Double, Double, DoubleColumn, DoubleColumn) 
Public methodStatic memberMap(FuncDouble, Double, Double, DoubleColumn, Double) 
Public methodStatic memberMap(FuncDouble, Double, Double, Double, DoubleColumn) 
Public methodStatic memberMax(Double, DoubleColumn) 
Public methodStatic memberMax(DoubleColumn, DoubleColumn) 
Public methodStatic memberMax(DoubleColumn, Double) 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberMin(Double, DoubleColumn) 
Public methodStatic memberMin(DoubleColumn, DoubleColumn) 
Public methodStatic memberMin(DoubleColumn, Double) 
Protected methodOnAboutToBeResumed Is called when the suspend level is still 1 (one), but is about to fall to zero, i.e. shortly before the call to OnResume. This function is not called before OnResumeSilently!
(Inherited from SuspendableDocumentLeafNode)
Protected methodOnChanged Fires the change event with the EventArgs provided in the argument.
(Inherited from SuspendableDocumentNodeBase)
Protected methodOnResume Is called when the suspend level falls down from 1 to zero by a call to Resume or a call to [M:Altaxo.Main.ISuspendToken.Dispose()].
(Inherited from SuspendableDocumentLeafNode)
Protected methodOnResumeSilently Is called when the suspend level falls down from 1 to zero by a call to ResumeSilently. The implementation should delete any accumulated events, should also disarm the suspendTokens of the childs of this object, and should not fire any Changed events nor set the change state of the object to dirty.
(Inherited from SuspendableDocumentLeafNode)
Protected methodOnSuspended Called when the suspend level has just gone from 0 to 1, i.e. the object was suspended.
(Inherited from SuspendableDocumentLeafNode)
Protected methodOnTunnelingEvent Fires the TunneledEvent event.
(Inherited from SuspendableDocumentNodeBase)
Public methodStatic memberPow(Double, DoubleColumn) 
Public methodStatic memberPow(DoubleColumn, DoubleColumn) 
Public methodStatic memberPow(DoubleColumn, Double) 
Public methodStatic memberPow(DoubleColumn, Int32) 
Public methodStatic memberPow2 
Public methodStatic memberPow3 
Public methodStatic memberPow4 
Public methodStatic memberPow5 
Public methodStatic memberPow6 
Public methodStatic memberPow7 
Public methodStatic memberPow8 
Public methodStatic memberPow9 
Protected methodRealloc 
Public methodRemove
(Inherited from DataColumn)
Public methodRemoveAt
(Inherited from DataColumn)
Public methodRemoveRows
(Overrides DataColumnRemoveRows(Int32, Int32))
Public methodResume(ISuspendToken) Resumes changed events by calling Resume for the provided suspend token, and setting the reference to the suspend token to null. If Event data were accumulated during the suspended state, a changed event is triggered for each event data.
(Inherited from SuspendableDocumentNodeBase)
Public methodResume(ISuspendToken, EventFiring) Resumes changed events, either with taking the accumulated event data into account (see Resume(ISuspendToken)) or discarding the accumulated event data (see ResumeSilently(ISuspendToken), depending on the provided argument eventFiring.
(Inherited from SuspendableDocumentNodeBase)
Public methodResumeCompleteTemporarily Resumes the object completely for only a short time. Thus, if object was suspended before, it will be suspended again when the function returns.
(Inherited from SuspendableDocumentLeafNode)
Public methodResumeCompleteTemporarilyGetToken Resumes the object completely for the time the returned token is referenced and not disposed. The return value is a token that had 'absorbed' the suspend count of the object, resulting in the suspend count of the object dropped to 0 (zero). When the returned token is finally disposed, the suspend count of the object is increased again by the 'absorbed' suspend count.
(Inherited from SuspendableDocumentLeafNode)
Public methodResumeSilently Resumes changed events by calling Resume for the provided suspend token, and setting the reference to the suspend token to null. All event data accumulated during the suspended state are discarded, and thus no change event is triggered even if the instance has changed during the suspended state.
(Inherited from SuspendableDocumentNodeBase)
Public methodStatic memberRound(DoubleColumn) 
Public methodStatic memberRound(Double, DoubleColumn) 
Public methodStatic memberRound(DoubleColumn, DoubleColumn) 
Public methodStatic memberRound(DoubleColumn, Int32) 
Public methodSetDisposeInProgress Sets the flag that dispose is in progress for this node and all child nodes recursively.
(Inherited from SuspendableDocumentNodeBase)
Public methodSetElementEmpty
(Overrides DataColumnSetElementEmpty(Int32))
Protected methodSetMemberAndRaiseSelfChangedT(NullableT, NullableT) Sets a member variable of this instance and raise a change event with Empty if the new value is different from the old value. The comparison is done using the IEquatableT interface of the member variable. Note: to set members that implement IDocumentNode please use the Child... functions.
(Inherited from SuspendableDocumentNodeBase)
Protected methodSetMemberAndRaiseSelfChangedT(T, T) Sets a member variable of this instance and raise a change event with Empty if the new value is different from the old value. The comparison is done using the IEquatableT interface of the member variable. Note: to set members that implement IDocumentNode please use the Child... functions.
(Inherited from SuspendableDocumentNodeBase)
Protected methodSetMemberEnumAndRaiseSelfChangedT Sets a member variable (which is an Enum) of this instance and raise a change event with Empty if the new value is different from the old value. The comparison is done using the IEquatableT interface of the member variable. Note: to set members that implement IDocumentNode please use the Child... functions.
(Inherited from SuspendableDocumentNodeBase)
Public methodSetValueAt
(Overrides DataColumnSetValueAt(Int32, AltaxoVariant))
Public methodStatic memberSign 
Public methodStatic memberSin 
Public methodStatic memberSinh 
Public methodStatic memberSqrt 
Public methodStatic memberSubtraction(DateTime, DateTimeColumn) 
Public methodStatic memberSubtraction(DateTimeColumn, DateTimeColumn) 
Public methodStatic memberSubtraction(DateTimeColumn, DateTime) 
Public methodSuspendGetToken Suspend will increase the SuspendLevel.
(Inherited from SuspendableDocumentLeafNode)
Public methodStatic memberTan 
Public methodStatic memberTanh 
Public methodToArray Gets a copy of the data (of actual row count, starting from position 0).
Public methodToArray(Int32, Int32) Gets a copy of the data (of actual length, starting from position 0).
Public methodToROVector Creates a wrapper that implements IROVector with starting index = 0 and number of elements = Count.
(Inherited from DataColumn)
Public methodToROVector(Int32, Int32) Provides a setter property to which a readonly vector can be assigned to. Copies all elements of the readonly vector to this column. The getter property creates a wrapper for this data column that implements IROVector. For short time use only, since it reflects changes in the data, but not in the length of the DoubleColumn.
(Overrides DataColumnToROVector(Int32, Int32))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodToVector Creates a wrapper that implements IVector with starting index = 0 and number of elements = Count.
(Inherited from DataColumn)
Public methodToVector(Int32, Int32)
(Overrides DataColumnToVector(Int32, Int32))
Public methodTryGetName Test if this item already has a name.
(Inherited from SuspendableDocumentNodeBase)
Public methodvop_Addition(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Addition(AltaxoVariant, DataColumn))
Public methodvop_Addition(DataColumn, DataColumn)
(Overrides DataColumnvop_Addition(DataColumn, DataColumn))
Public methodvop_Addition_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Addition_Rev(AltaxoVariant, DataColumn))
Public methodvop_Addition_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Addition_Rev(DataColumn, DataColumn))
Public methodvop_And(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_And(AltaxoVariant, DataColumn))
Public methodvop_And(DataColumn, DataColumn)
(Overrides DataColumnvop_And(DataColumn, DataColumn))
Public methodvop_And_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_And_Rev(AltaxoVariant, DataColumn))
Public methodvop_And_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_And_Rev(DataColumn, DataColumn))
Public methodvop_Complement
(Overrides DataColumnvop_Complement(DataColumn))
Public methodvop_Decrement
(Overrides DataColumnvop_Decrement(DataColumn))
Public methodvop_Division(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Division(AltaxoVariant, DataColumn))
Public methodvop_Division(DataColumn, DataColumn)
(Overrides DataColumnvop_Division(DataColumn, DataColumn))
Public methodvop_Division_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Division_Rev(AltaxoVariant, DataColumn))
Public methodvop_Division_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Division_Rev(DataColumn, DataColumn))
Public methodvop_False
(Inherited from DataColumn)
Public methodvop_Greater(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Greater(AltaxoVariant, DataColumn))
Public methodvop_Greater(DataColumn, DataColumn)
(Overrides DataColumnvop_Greater(DataColumn, DataColumn))
Public methodvop_Greater_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Greater_Rev(AltaxoVariant, DataColumn))
Public methodvop_Greater_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Greater_Rev(DataColumn, DataColumn))
Public methodvop_GreaterOrEqual(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_GreaterOrEqual(AltaxoVariant, DataColumn))
Public methodvop_GreaterOrEqual(DataColumn, DataColumn)
(Overrides DataColumnvop_GreaterOrEqual(DataColumn, DataColumn))
Public methodvop_GreaterOrEqual_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_GreaterOrEqual_Rev(AltaxoVariant, DataColumn))
Public methodvop_GreaterOrEqual_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_GreaterOrEqual_Rev(DataColumn, DataColumn))
Public methodvop_Increment
(Overrides DataColumnvop_Increment(DataColumn))
Public methodvop_Lesser(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Lesser(AltaxoVariant, DataColumn))
Public methodvop_Lesser(DataColumn, DataColumn)
(Overrides DataColumnvop_Lesser(DataColumn, DataColumn))
Public methodvop_Lesser_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Lesser_Rev(AltaxoVariant, DataColumn))
Public methodvop_Lesser_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Lesser_Rev(DataColumn, DataColumn))
Public methodvop_LesserOrEqual(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_LesserOrEqual(AltaxoVariant, DataColumn))
Public methodvop_LesserOrEqual(DataColumn, DataColumn)
(Overrides DataColumnvop_LesserOrEqual(DataColumn, DataColumn))
Public methodvop_LesserOrEqual_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_LesserOrEqual_Rev(AltaxoVariant, DataColumn))
Public methodvop_LesserOrEqual_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_LesserOrEqual_Rev(DataColumn, DataColumn))
Public methodvop_Minus
(Overrides DataColumnvop_Minus(DataColumn))
Public methodvop_Modulo(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Modulo(AltaxoVariant, DataColumn))
Public methodvop_Modulo(DataColumn, DataColumn)
(Overrides DataColumnvop_Modulo(DataColumn, DataColumn))
Public methodvop_Modulo_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Modulo_Rev(AltaxoVariant, DataColumn))
Public methodvop_Modulo_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Modulo_Rev(DataColumn, DataColumn))
Public methodvop_Multiplication(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Multiplication(AltaxoVariant, DataColumn))
Public methodvop_Multiplication(DataColumn, DataColumn)
(Overrides DataColumnvop_Multiplication(DataColumn, DataColumn))
Public methodvop_Multiplication_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Multiplication_Rev(AltaxoVariant, DataColumn))
Public methodvop_Multiplication_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Multiplication_Rev(DataColumn, DataColumn))
Public methodvop_Not
(Overrides DataColumnvop_Not(DataColumn))
Public methodvop_Or(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Or(AltaxoVariant, DataColumn))
Public methodvop_Or(DataColumn, DataColumn)
(Overrides DataColumnvop_Or(DataColumn, DataColumn))
Public methodvop_Or_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Or_Rev(AltaxoVariant, DataColumn))
Public methodvop_Or_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Or_Rev(DataColumn, DataColumn))
Public methodvop_Plus
(Overrides DataColumnvop_Plus(DataColumn))
Public methodvop_ShiftLeft(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_ShiftLeft(AltaxoVariant, DataColumn))
Public methodvop_ShiftLeft(DataColumn, DataColumn)
(Overrides DataColumnvop_ShiftLeft(DataColumn, DataColumn))
Public methodvop_ShiftLeft_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_ShiftLeft_Rev(AltaxoVariant, DataColumn))
Public methodvop_ShiftLeft_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_ShiftLeft_Rev(DataColumn, DataColumn))
Public methodvop_ShiftRight(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_ShiftRight(AltaxoVariant, DataColumn))
Public methodvop_ShiftRight(DataColumn, DataColumn)
(Overrides DataColumnvop_ShiftRight(DataColumn, DataColumn))
Public methodvop_ShiftRight_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_ShiftRight_Rev(AltaxoVariant, DataColumn))
Public methodvop_ShiftRight_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_ShiftRight_Rev(DataColumn, DataColumn))
Public methodvop_Subtraction(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Subtraction(AltaxoVariant, DataColumn))
Public methodvop_Subtraction(DataColumn, DataColumn)
(Overrides DataColumnvop_Subtraction(DataColumn, DataColumn))
Public methodvop_Subtraction_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Subtraction_Rev(AltaxoVariant, DataColumn))
Public methodvop_Subtraction_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Subtraction_Rev(DataColumn, DataColumn))
Public methodvop_True
(Inherited from DataColumn)
Public methodvop_Xor(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Xor(AltaxoVariant, DataColumn))
Public methodvop_Xor(DataColumn, DataColumn)
(Overrides DataColumnvop_Xor(DataColumn, DataColumn))
Public methodvop_Xor_Rev(AltaxoVariant, DataColumn)
(Overrides DataColumnvop_Xor_Rev(AltaxoVariant, DataColumn))
Public methodvop_Xor_Rev(DataColumn, DataColumn)
(Overrides DataColumnvop_Xor_Rev(DataColumn, DataColumn))
Top
Extension Methods
 NameDescription
Public Extension MethodAny Determines whether the given vector contains any elements.
(Defined by VectorMath)
Public Extension MethodAny Determines whether any element of the vector satisfies a condition.
(Defined by VectorMath)
Public Extension MethodAny Determines whether any element of the vector satisfies a condition.
(Defined by VectorMath)
Public Extension MethodAverage Returns the average (=sum/N) of the elements in vector.
(Defined by VectorMath)
Public Extension MethodCompoundReturn Compound Monthly Return or Geometric Return or Annualized Return
(Defined by AbsoluteReturnMeasures)
Public Extension MethodCovariance Estimates the unbiased population covariance from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN if data has less than two entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodDownsideDeviation This measure is similar to the loss standard deviation except the downside deviation considers only returns that fall below a defined minimum acceptable return (MAR) rather than the arithmetic mean. For example, if the MAR is 7%, the downside deviation would measure the variation of each period that falls below 7%. (The loss standard deviation, on the other hand, would take only losing periods, calculate an average return for the losing periods, and then measure the variation between each losing return and the losing return average).
(Defined by AbsoluteRiskMeasures)
Public Extension MethodElementsAtDouble
(Defined by VectorMath)
Public Extension MethodElementsWhereDouble
(Defined by VectorMath)
Public Extension MethodElementsWhereDouble
(Defined by VectorMath)
Public Extension MethodEmpiricalCDF Estimates the empirical cumulative distribution function (CDF) at x from the provided samples.
(Defined by Statistics)
Public Extension MethodEmpiricalCDFFunc Estimates the empirical cumulative distribution function (CDF) at x from the provided samples.
(Defined by Statistics)
Public Extension MethodEmpiricalInvCDF Estimates the empirical inverse CDF at tau from the provided samples.
(Defined by Statistics)
Public Extension MethodEmpiricalInvCDFFunc Estimates the empirical inverse CDF at tau from the provided samples.
(Defined by Statistics)
Public Extension MethodEuclideanNormGiven an n-vector x, this function calculates the euclidean norm of x.
(Defined by VectorMath)
Public Extension MethodExcessKurtosisOfNormalized Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})².
(Defined by VectorMath)
Public Extension MethodFirstOrDouble Returns the first value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions)
Public Extension MethodFiveNumberSummary Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodFlattenFromRootToLeavesDouble Converts a recursive data structure into a flat list. The root element is enumerated before its corresponding child element(s).
(Defined by EnumerableExtensions)
Public Extension MethodForEachDoDouble Executes an action for each element of the sequence.
(Defined by EnumerableExtensions)
Public Extension MethodGainLossRatio Measures a fund’s average gain in a gain period divided by the fund’s average loss in a losing period. Periods can be monthly or quarterly depending on the data frequency.
(Defined by AbsoluteRiskMeasures)
Public Extension MethodGainMean Average Gain or Gain Mean This is a simple average (arithmetic mean) of the periods with a gain. It is calculated by summing the returns for gain periods (return 0) and then dividing the total by the number of gain periods.
(Defined by AbsoluteReturnMeasures)
Public Extension MethodGainStandardDeviation Calculation is similar to Standard Deviation , except it calculates an average (mean) return only for periods with a gain and measures the variation of only the gain periods around the gain mean. Measures the volatility of upside performance. © Copyright 1996, 1999 Gary L.Gastineau. First Edition. © 1992 Swiss Bank Corporation.
(Defined by AbsoluteRiskMeasures)
Public Extension MethodGeometricMean Evaluates the geometric mean. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodGetDifferences Gets the differences x[i+1] - x[i], for i = 0 .. x.Count-2.
(Defined by EnumerableExtensions)
Public Extension MethodGetPossibleStepsToMoveTowardsHigherIndicesDouble Return the number of steps that selected items can be moved towards higher indices. The selected item with the highest index determines that value.
(Defined by ListExtensions)
Public Extension MethodGetPossibleStepsToMoveTowardsLowerIndicesDouble Return the number of steps that selected items can be moved towards lower indices. The selected item with the lowest index determines that value.
(Defined by ListExtensions)
Public Extension MethodGetUnderlyingDataColumnOrDefault Gets the underlying data column (of type DataColumn) or the default value null.
(Defined by TransformedReadableColumnExtensions)
Public Extension MethodGetUsedLength Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
(Defined by VectorMath)
Public Extension MethodGetUsedLength Returns the used length of the vector. This is one more than the highest index of the element that is different from Double.NaN.
(Defined by VectorMath)
Public Extension MethodHarmonicMean Evaluates the harmonic mean. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodHasSingleElementDouble Determines whether the specified enumeration has exactly one element.
(Defined by EnumerableExtensions)
Public Extension MethodIndexOfDouble Gets the index of an item in a enumeration or list.
(Defined by ListExtensions)
Public Extension MethodIndexOfFirstDouble Gets the index the of first item in list that fulfills the predicate predicate
(Defined by ListExtensions)
Public Extension MethodIndexOfFirstDouble Gets the index the of first item in list that fulfills the predicate predicate
(Defined by ListExtensions)
Public Extension MethodIndexOfMaxDoubleReturn the index of the element with the maximum value in an enumerable. If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned.
(Defined by EnumerableExtensions)
Public Extension MethodIndexOfMaxAbsoluteValueReturn the index of the first element with the maximum absolute value in a vector
(Defined by VectorMath)
Public Extension MethodIndexOfMaxValueReturn the index of the first element with the maximum value in a vector
(Defined by VectorMath)
Public Extension MethodIndexOfMinDoubleReturn the index of the element with the minimum value in an enumerable. If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned.
(Defined by EnumerableExtensions)
Public Extension MethodIndexOfMinAbsoluteValueReturn the index of the first element with the minimum absolute value in a vector
(Defined by VectorMath)
Public Extension MethodIndexOfMinValueReturn the index of the first element with the minimum value in a vector
(Defined by VectorMath)
Public Extension MethodIndicesInt32AndValuesWhereDouble Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions)
Public Extension MethodIndicesInt32AndValuesWhereDouble Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions)
Public Extension MethodIndicesInt32WhereDouble Returns the indices of the elements which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions)
Public Extension MethodIndicesInt32WhereDouble Returns the indices of the elements which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions)
Public Extension MethodIndicesOfMinMaxDoubleReturn the index of the element with the minimum value in an enumerable. If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned.
(Defined by EnumerableExtensions)
Public Extension MethodInterquartileRange Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodInterQuartileRange
(Defined by Statistics)
Public Extension MethodIsEmptyDouble Determines whether the specified enumeration is empty.
(Defined by EnumerableExtensions)
Public Extension MethodIsMonotonicallyIncreasing Determines if column c has monotonically increasing values.
(Defined by ColumnMath)
Public Extension MethodIsStrictlyDecreasing Returns true if the sequence given by the vector argument is strictly decreasing.
(Defined by VectorMath)
Public Extension MethodIsStrictlyIncreasing Returns true if the sequence given by the vector argument is strictly increasing.
(Defined by VectorMath)
Public Extension MethodIsStrictlyIncreasingOrDecreasing Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
(Defined by VectorMath)
Public Extension MethodIsStrictlyIncreasingOrDecreasing Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
(Defined by VectorMath)
Public Extension MethodJoinConditionalDouble, T2 Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions)
Public Extension MethodJoinConditionalDouble, T2, TResult Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions)
Public Extension MethodKurtosis Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
(Defined by VectorMath)
Public Extension MethodKurtosis Estimates the unbiased population kurtosis from the provided samples. Uses a normalizer (Bessel's correction; type 2). Returns NaN if data has less than four entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodL1Norm Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
(Defined by VectorMath)
Public Extension MethodL2NormGiven an n-vector x, this function calculates the euclidean norm of x.
(Defined by VectorMath)
Public Extension MethodL2NormGiven an n-vector x, this function calculates the euclidean norm of x.
(Defined by VectorMath)
Public Extension MethodLastOrDouble Returns the last value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions)
Public Extension MethodLInfinityNorm Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
(Defined by VectorMath)
Public Extension MethodLossMean Average Loss or LossMean This is a simple average (arithmetic mean) of the periods with a loss. It is calculated by summing the returns for loss periods (return < 0) and then dividing the total by the number of loss periods.
(Defined by AbsoluteReturnMeasures)
Public Extension MethodLossStandardDeviation Similar to standard deviation, except this statistic calculates an average (mean) return for only the periods with a loss and then measures the variation of only the losing periods around this loss mean. This statistic measures the volatility of downside performance.
(Defined by AbsoluteRiskMeasures)
Public Extension MethodLowerQuartile Estimates the first quartile value from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodLpNormCompute the p Norm of this vector.
(Defined by VectorMath)
Public Extension MethodMassDistribution
(Defined by Statistics)
Public Extension MethodMax Returns the maximum of the elements in vector.
(Defined by VectorMath)
Public Extension MethodMax Returns the maximum of the elements in vector.
(Defined by VectorMath)
Public Extension MethodMaxElementDouble, M Gets the element of a IEnumerabe that evaluates by means of a conversion function to the maximal value. This is different from Select(x => conversion(x)).Max() insofar as it not returns the maximum value, but the original element x which converts to the maximum value.
(Defined by EnumerableExtensions)
Public Extension MethodMaximum Returns the maximum value in the sample data. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMaximumAbsolute Returns the maximum absolute value in the sample data. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMaxOf Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
(Defined by VectorMath)
Public Extension MethodMaxOfValidElements Returns the maximum value of all the valid elements in x (nonvalid elements, i.e. NaN values are not considered).
(Defined by VectorMath)
Public Extension MethodMaxOrDefaultDouble, M Evaluates the maximum of a enumeration of elements, or returns a default value if the series is empty.
(Defined by EnumerableExtensions)
Public Extension MethodMean Returns the average (=sum/N) of the elements in vector.
(Defined by VectorMath)
Public Extension MethodMean
(Defined by Statistics)
Public Extension MethodMean Evaluates the sample mean, an estimate of the population mean. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMean
(Defined by Statistics)
Public Extension MethodMeanAndVariance Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
(Defined by VectorMath)
Public Extension MethodMeanStandardDeviation Estimates the sample mean and the unbiased population standard deviation from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN for mean if data is empty or if any entry is NaN and NaN for standard deviation if data has less than two entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMeanVariance Estimates the sample mean and the unbiased population variance from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN for mean if data is empty or if any entry is NaN and NaN for variance if data has less than two entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMedian Estimates the sample median from the provided samples (R8).
(Defined by Statistics)
Public Extension MethodMin Returns the minimum of the elements in vector.
(Defined by VectorMath)
Public Extension MethodMin Returns the minimum of the elements in vector.
(Defined by VectorMath)
Public Extension MethodMinimum Returns the minimum value in the sample data. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMinimumAbsolute Returns the minimum absolute value in the sample data. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodMinOfValidElements Returns the minimum value of all the valid elements in x (nonvalid elements, i.e. NaN values are not considered).
(Defined by VectorMath)
Public Extension MethodMovingAverage Evaluates the sample mean over a moving window, for each samples. Returns NaN if no data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodPercentile Estimates the p-Percentile value from the provided samples. If a non-integer Percentile is needed, use Quantile instead. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodPercentileFunc Estimates the p-Percentile value from the provided samples. If a non-integer Percentile is needed, use Quantile instead. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodPopulationCovariance Evaluates the population covariance from the provided full populations. On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodPopulationKurtosis Evaluates the kurtosis from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1). Returns NaN if data has less than three entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodPopulationSkewness Evaluates the skewness from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1). Returns NaN if data has less than two entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodPopulationSkewnessKurtosis Evaluates the skewness and kurtosis from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1).
(Defined by Statistics)
Public Extension MethodPopulationStandardDeviation Evaluates the standard deviation from the provided full population. On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodPopulationVariance Evaluates the variance from the provided full population. On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodProbabilityDensity
(Defined by Statistics)
Public Extension MethodQuantile The quantile value of x.
(Defined by Statistics)
Public Extension MethodQuantile Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodQuantile The quantile value of x.
(Defined by Statistics)
Public Extension MethodQuantileCustom Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
(Defined by Statistics)
Public Extension MethodQuantileCustomFunc Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
(Defined by Statistics)
Public Extension MethodQuantileFunc Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodQuantileRank Estimates the quantile tau from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
(Defined by Statistics)
Public Extension MethodQuantileRankFunc Estimates the quantile tau from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
(Defined by Statistics)
Public Extension MethodRanks Evaluates the rank of each entry of the provided samples. The rank definition can be specified to be compatible with an existing system.
(Defined by Statistics)
Public Extension MethodRootMeanSquare Evaluates the root mean square (RMS) also known as quadratic mean. Returns NaN if data is empty or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodSelectCombinationDouble Select a random combination, without repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics)
Public Extension MethodSelectCombinationWithRepetitionDouble Select a random combination, with repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics)
Public Extension MethodSelectPermutationDouble Select a random permutation from a data sequence by returning the provided data in random order. Implemented using Fisher-Yates Shuffling.
(Defined by Combinatorics)
Public Extension MethodSelectVariationDouble Select a random variation, without repetition, from a data sequence by randomly selecting k elements in random order. Implemented using partial Fisher-Yates Shuffling.
(Defined by Combinatorics)
Public Extension MethodSelectVariationWithRepetitionDouble Select a random variation, with repetition, from a data sequence by randomly selecting k elements in random order.
(Defined by Combinatorics)
Public Extension MethodSemiDeviation A measure of volatility in returns below the mean. It's similar to standard deviation, but it only looks at periods where the investment return was less than average return.
(Defined by AbsoluteRiskMeasures)
Public Extension MethodSetColumnFromFractionalIndex Fills destination column with values from an original column by help of a fractional index.
(Defined by MergeTables)
Public Extension MethodShowRenameColumnDialog Asks for a new name and then renames the selected data column or property column.
(Defined by ColumnCommands)
Public Extension MethodSkewness Estimates the unbiased population skewness from the provided samples. Uses a normalizer (Bessel's correction; type 2). Returns NaN if data has less than three entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodSkewnessKurtosis Estimates the unbiased population skewness and kurtosis from the provided samples in a single pass. Uses a normalizer (Bessel's correction; type 2).
(Defined by Statistics)
Public Extension MethodStandardDeviation
(Defined by Statistics)
Public Extension MethodStandardDeviation Estimates the unbiased population standard deviation from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN if data has less than two entries or if any entry is NaN.
(Defined by Statistics)
Public Extension MethodTakeAllButLastDouble Takes all elements of the enumeration except the last element.
(Defined by EnumerableExtensions)
Public Extension MethodThisOrEmptyDouble Returns either the provided enumeration, or if it is null, an empty enumeration.
(Defined by EnumerableExtensions)
Public Extension MethodToComplexDoubleVector This returns a read and writeable complex vector that wraps two DoubleColumns.
(Defined by DataColumnWrapper)
Public Extension MethodToComplexDoubleVector This returns a read and writeable complex vector that wraps two DoubleColumns.
(Defined by DataColumnWrapper)
Public Extension MethodToComplexDoubleVector This returns a read and writeable complex vector that wraps two DoubleColumns.
(Defined by DataColumnWrapper)
Public Extension MethodToHorzMatrix This returns a read and writeable, horizontal oriented matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToHorzROMatrix This returns a horizontal oriented, readonly matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToInverseROVector Wraps a double[] array to get an [!:IReadOnlyList<double>] with elements = 1 / elements of the original vector.
(Defined by VectorMath)
Public Extension MethodToInverseROVector Wraps a double[] array till a given length to get an [!:IReadOnlyList<double>] with elements = 1 / elements of the original vector.
(Defined by VectorMath)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn for selected rows.
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector Wraps a section of an original vector into a new vector.
(Defined by VectorMath)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVectorCopy This returns a read-only vector of a INumericColumn, but the data are copyied before. Thus, if you change the data into the numeric column, the data of the returned vector is not influenced.
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVector This returns a read and writeable vector of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVertMatrix This returns a read and writeable, vertical oriented matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVertROMatrix This returns a vertical oriented, readonly matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodTryGetFirstAndLastDouble Returns true and the first and last value of the enumeration, or, if the enumeration is empty, returns false.
(Defined by EnumerableExtensions)
Public Extension MethodTryGetSingleElementDouble Try to get the one and only element of the collection.
(Defined by EnumerableExtensions)
Public Extension MethodUpperQuartile Estimates the third quartile value from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
(Defined by Statistics)
Public Extension MethodVariance Estimates the unbiased population variance from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN if data has less than two entries or if any entry is NaN.
(Defined by Statistics)
Top
See Also