NormTwoSampleDowndateY Method |
Removes the observations in y from the second sample.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void DowndateY(
double[] y
)
Public Sub DowndateY (
y As Double()
)
public:
void DowndateY(
array<double>^ y
)
member DowndateY :
y : float[] -> unit
Parameters
- y
- Type: SystemDouble
A double array containing the values to remove from the
second sample.
See Also