Meta.Numerics Library
C#
VB
C++
F#
Show/Hide TOC
Bivariate
Sample
Add Method
Overload List
Add(IEnumerable
XY
)
Adds multiple data points to the sample.
Add(XY)
Adds a data point to the sample.
Add(Double, Double)
Adds a data point to the sample.
Add(IReadOnlyList
Double
, IReadOnlyList
Double
)
Adds points from two lists to the sample.
See Also
Reference
BivariateSample Class
Meta.Numerics.Statistics Namespace
In This Article
Overload List
See Also