BivariateSampleAdd Method (Double, Double) |
Adds a data point to the sample.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void Add(
double x,
double y
)
Public Sub Add (
x As Double,
y As Double
)
public:
void Add(
double x,
double y
)
member Add :
x : float *
y : float -> unit
Parameters
- x
- Type: SystemDouble
The x-value of the data point. - y
- Type: SystemDouble
The y-value of the data point.
See Also