Sample Constructor (Double) |
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(
params double[] values
)
Public Sub New (
ParamArray values As Double()
)
public:
Sample(
... array<double>^ values
)
new :
values : float[] -> Sample
Parameters
- values
- Type: SystemDouble
Values to add to the sample.
See Also