Click or drag to resize

BivariateSample Constructor (String, String)

Initializes a new bivariate sample with the given variable names.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public BivariateSample(
	string xName,
	string yName
)

Parameters

xName
Type: SystemString
The name of the x-variable.
yName
Type: SystemString
The name of the y-variable.
See Also