BivariateSampleCopy Method |
Copies the bivariate sample.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public BivariateSample Copy()
Public Function Copy As BivariateSample
public:
BivariateSample^ Copy()
member Copy : unit -> BivariateSample
Return Value
Type:
BivariateSampleAn independent copy of the bivariate sample.
See Also