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
)
Public Sub New (
xName As String,
yName As String
)
public:
BivariateSample(
String^ xName,
String^ yName
)
new :
xName : string *
yName : string -> BivariateSample
Parameters
- xName
- Type: SystemString
The name of the x-variable. - yName
- Type: SystemString
The name of the y-variable.
See Also