Click or drag to resize

CloudVariance Property

Gets the variance of the points represented in the Cloud.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double Variance { get; }

Property Value

Type: Double
The cloud variance.
Remarks

Let this Cloud instance represent the cloud LaTeX equation, where LaTeX equation is its Basis, the Coordinates of the points are given by LaTeX equation, and LaTeX equation contains the Weights.

Then property Variance returns the variance of the cloud:

LaTeX equation

where LaTeX equation is the distance induced by basis LaTeX equation.

See Also