VectorMathSumOfSquaredDifferences(Int32, Int32) Method |
Returns the sum of squared differences of the elements of xarray and yarray.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double SumOfSquaredDifferences(
int[] vector1,
int[] vector2
)
Parameters
- vector1 Int32
- The first array.
- vector2 Int32
- The other array.
Return Value
DoubleThe sum of squared differences all elements of xarray and yarray.
See Also