Sample Constructor (IEnumerableDouble) |
Initializes a new sample from a list of values.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Sample(
IEnumerable<double> values
)
Public Sub New (
values As IEnumerable(Of Double)
)
public:
Sample(
IEnumerable<double>^ values
)
new :
values : IEnumerable<float> -> Sample
Parameters
- values
- Type: System.Collections.GenericIEnumerableDouble
Values to add to the sample.
Exceptions See Also