Calculates the sum of squared errors (SSE) of the elements in
the given data set, excluding NaN values.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static double NaNSumOfSquaredErrors(
double[] data
) |
| Visual Basic (Declaration) |
|---|
Public Shared Function NaNSumOfSquaredErrors ( _
data As Double() _
) As Double |
| Visual C++ |
|---|
public:
static double NaNSumOfSquaredErrors(
array<double>^ data
) |
Return Value
Sum of squared errors (SSE).
Exceptions
See Also