ArrayStatisticsPopulationCovariance(Int32, Int32) Method |
Evaluates the population covariance from the full population provided as two arrays.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double PopulationCovariance(
int[] population1,
int[] population2
)
Parameters
- population1 Int32
- First population array.
- population2 Int32
- Second population array.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.ArrayStatistics.PopulationCovariance(System.Int32[],System.Int32[])"]
See Also