Returns the inter-quartile range of the elements of an array.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function InterQuartileRange ( _ data As DateTime() _ ) As TimeSpan |
| C# |
|---|
public static TimeSpan InterQuartileRange ( DateTime[] data ) |
| C++ |
|---|
public: static TimeSpan InterQuartileRange ( array<DateTime>^ data ) |
Parameters
- data ()
- An DateTime array.
Return Value
The inter-quartile range of the elements of data as a TimeSpan value.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | data is nullNothingnullptr. |