Click or drag to resize

DistanceMinkowski(Double, Double, Double) Method

Minkowski Distance, i.e. the generalized p-norm of the difference.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Minkowski(
	double p,
	double[] a,
	double[] b
)

Parameters

p  Double
The p value of the norm.
a  Double
The first vector.
b  Double
The second vector.

Return Value

Double
The distance value.
See Also