Click or drag to resize
StatisticsListRemove Method
Remove value from Sufficient Statistics.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SufficientStatistics Remove(
	int i
)

Parameters

i
Type: SystemInt32
The index from SufficientStatistics to be removed.

Return Value

Type: SufficientStatistics
Returns Sufficient Statistics.
See Also