StatisticsListAdd Method (SufficientStatistics, SufficientStatistics) |
Add two Sufficient Statistics.
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static StatisticsList Add(
SufficientStatistics stats1,
SufficientStatistics stats2
)
Public Shared Function Add (
stats1 As SufficientStatistics,
stats2 As SufficientStatistics
) As StatisticsList
public:
static StatisticsList^ Add(
SufficientStatistics^ stats1,
SufficientStatistics^ stats2
)
static member Add :
stats1 : SufficientStatistics *
stats2 : SufficientStatistics -> StatisticsList
Parameters
- stats1
- Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics 1. - stats2
- Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics 2.
Return Value
Type:
StatisticsListReturns the Addition of all.
See Also