Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
Mean Method
Mean Method (IEnumerable(Double))
Mean Method (IEnumerable(Nullable(Double)))
Statistics
Mean Method (IEnumerable
Nullable
Double
)
Evaluates the sample mean, an estimate of the population mean. Returns NaN if data is empty or if any entry is NaN. Null-entries are ignored.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
Mean
(
this
IEnumerable
<
Nullable
<
double
>>
data
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Nullable
Double
The data to calculate the mean of.
Return Value
Type:
Double
The mean of the sample.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
Nullable
Double
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
Statistics Class
Mean Overload
MathNet.Numerics.Statistics Namespace