1 reference to SampleVariance
Microsoft.ML.Core (1)
Utilities\SummaryStatistics.cs (1)
69
public double SampleStdDev => Math.Sqrt(
SampleVariance
);