Gets or sets the size of the sample.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property SampleSize As Integer |
| C# |
|---|
public int SampleSize { get; set; } |
| C++ |
|---|
public: int SampleSize { int get (); void set (int value); } |
Value
The size of the sample.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt is made to set the sample mean for a test based on a NumericalVariable sample. Set Sample to nullNothingnullptr before setting this property. |
| ArgumentOutOfRangeException | The new sample size is less than one. |