Click or drag to resize
NormTwoSample Methods

The NormTwoSample type exposes the following members.

Methods
  NameDescription
Public methodDowndateX
Removes the observations in x from the first sample.
Public methodDowndateY
Removes the observations in y from the second sample.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Concatenates samples x and y to the samples provided in the constructor.
Public methodUpdateX
Concatenates the values in x to the first sample provided in the constructor.
Public methodUpdateY
Concatenates the values in y to the second sample provided in the constructor.
Top
See Also