Sample Constructor (String) |
Initializes a new, empty sample with the given name.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Sample(
string name
)
Public Sub New (
name As String
)
public:
Sample(
String^ name
)
new :
name : string -> Sample
Parameters
- name
- Type: SystemString
The name of the sample.
See Also