MultivariateSample Constructor (String) |
Initializes a new multivariate sample with the given variable names.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public MultivariateSample(
params string[] names
)
Public Sub New (
ParamArray names As String()
)
public:
MultivariateSample(
... array<String^>^ names
)
new :
names : string[] -> MultivariateSample
Parameters
- names
- Type: SystemString
The names of the variables.
See Also