Sample(Double) Constructor
Initializes a new sample from a list of values.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public Sample(
params double[] values
)
Public Sub New (
ParamArray values As Double()
)
public:
Sample(
... array<double>^ values
)
new :
values : float[] -> Sample
Parameters
- values Double
- Values to add to the sample.