Click or drag to resize
StatisticsListItem Property
Sufficient Statistics indexer.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SufficientStatistics this[
	int idx
] { get; set; }

Parameters

idx
Type: SystemInt32
Index id.

Return Value

Type: SufficientStatistics
Gets or sets the index based on index id.
See Also