Click or drag to resize

VectorMathSumOfSquaredDifferences(Double, Double) Method

Returns the sum of squared differences of the elements of xarray and yarray.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double SumOfSquaredDifferences(
	double[] vector1,
	double[] vector2
)

Parameters

vector1  Double
The first array.
vector2  Double
The other array.

Return Value

Double
The sum of squared differences all elements of xarray and yarray.
See Also