Gets and sets the root for the power distance calculation.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double R { get; set; }
Visual Basic (Declaration)
Public Property R As Double
Visual C++
public:
property double R {
	double get ();
	void set (double value);
}

Remarks

The power distance is computed as:
CopyC#
distance( x, y ) = ( |xi - yi|^p )^1/r

See Also