Click or drag to resize
Accord.NET (logo)

MeasuresPooledStandardDeviation Method (Boolean, Double)

Computes the pooled standard deviation of the given values.

Namespace:  Accord.Statistics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double PooledStandardDeviation(
	bool unbiased,
	params double[][] samples
)
Request Example View Source

Parameters

unbiased
Type: SystemBoolean
True to compute a pooled standard deviation using unbiased estimates of the population variance; false otherwise. Default is true.
samples
Type: SystemDouble
The grouped samples.

Return Value

Type: Double
See Also