SummaryUpdate Method (Double, Double) |
Adds an observation and associated weight 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(
double x,
double weight
)
member Update :
x : float *
weight : float -> unit
Parameters
- x
- Type: SystemDouble
A double which specifies the data observation to be added.
- weight
- Type: SystemDouble
A double which specifies the weight associated with the
observation.
See Also