public double Variance { get; }
Public ReadOnly Property Variance As Double
Get
public:
property double Variance {
double get ();
}
member Variance : float with get
Let this Cloud instance represent the cloud
, where
is its Basis,
the Coordinates
of the points are given by
, and
contains the Weights.
Then property Variance
returns the variance of the cloud:
where
is
the distance
induced by basis
.