NormTwoSampleUpdateY Method |
Concatenates the values in y to the second sample provided in
the constructor.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void UpdateY(
double[] y
)
Public Sub UpdateY (
y As Double()
)
public:
void UpdateY(
array<double>^ y
)
member UpdateY :
y : float[] -> unit
Parameters
- y
- Type: SystemDouble
A double array containing updates for the second sample.
See Also