Removes the observations in y from the second sample.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void DowndateY( double[] y ) |
Visual Basic (Declaration) |
---|
Public Sub DowndateY ( _ y As Double() _ ) |
Visual C++ |
---|
public: void DowndateY( array<double>^ y ) |
Parameters
- y
- Type: array<
System..::.Double
>[]()[]
A double array containing the values to remove from the second sample.