BivariateSampleAdd Method |
Name | Description | |
---|---|---|
![]() | Add(XY) |
Adds a data point to the sample.
|
![]() | Add(IEnumerableXY) |
Adds multiple data points to the sample.
|
![]() | Add(IReadOnlyListDouble, IReadOnlyListDouble) |
Adds points from two lists to the sample.
|
![]() | Add(Double, Double) |
Adds a data point to the sample.
|