Click or drag to resize
StatisticsListEquals Method (SufficientStatistics)
Compares Sufficient Statistics.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override bool Equals(
	SufficientStatistics stats
)

Parameters

stats
Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics.

Return Value

Type: Boolean
Returns true if equal.
See Also