Click or drag to resize
StatisticsListAdd Method (SufficientStatistics, SufficientStatistics)
Add two Sufficient Statistics.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static StatisticsList Add(
	SufficientStatistics stats1,
	SufficientStatistics stats2
)

Parameters

stats1
Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics 1.
stats2
Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics 2.

Return Value

Type: StatisticsList
Returns the Addition of all.
See Also