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