Click or drag to resize
StatisticsListSubSequence Method
The Sub Sequence.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SufficientStatistics SubSequence(
	int start,
	int count
)

Parameters

start
Type: SystemInt32
Starting position.
count
Type: SystemInt32
The Count.

Return Value

Type: SufficientStatistics
Sufficient Statistics.
See Also