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