Click or drag to resize

ComplexStats Class

A set of statistical utilities for complex number arrays

Inheritance Hierarchy
SystemObject
  Altaxo.CalcComplexStats

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ComplexStats

The ComplexStats type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMean(Complex) Calculate the mean (average)
Public methodStatic memberMean(Complex32) Calculate the mean (average)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberRMSError(Complex, Complex) Calculate the root mean squared (RMS) error between two sets of data.
Public methodStatic memberRMSError(Complex32, Complex32) Calculate the root mean squared (RMS) error between two sets of data.
Public methodStatic memberStdDev(Complex) Calculate the standard deviation
Public methodStatic memberStdDev(Complex32) Calculate the standard deviation
Public methodStatic memberSum(Complex) Calculate the sum
Public methodStatic memberSum(Complex32) Calculate the sum
Public methodStatic memberSumOfSquares(Complex) Calculate the sum of squares
Public methodStatic memberSumOfSquares(Complex32) Calculate the sum of squares
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberVariance(Complex) Calculate the variance
Public methodStatic memberVariance(Complex32) Calculate the variance
Top
See Also