BivariateSamplePopulationCovariance Property |
Estimates of the population covariance of two variables.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue PopulationCovariance { get; }
Public ReadOnly Property PopulationCovariance As UncertainValue
Get
public:
property UncertainValue PopulationCovariance {
UncertainValue get ();
}
member PopulationCovariance : UncertainValue with get
Return Value
Type:
UncertainValueAn estimate, with associated uncertainty, of the population covariance.
See Also