SummaryUpdate Method (Double, Double) |
Adds a set of observations and associated weights to the
Summary object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void Update(
double[] x,
double[] weight
)
Public Sub Update (
x As Double(),
weight As Double()
)
public:
void Update(
array<double>^ x,
array<double>^ weight
)
member Update :
x : float[] *
weight : float[] -> unit
Parameters
- x
- Type: SystemDouble
A double array of data observations to be added.
- weight
- Type: SystemDouble
A double array of weights associated with the observations.
See Also