Click or drag to resize
SufficientStatisticsParse Method
Convert given string into SufficientStatistics object. If string is not in correct format, throws an argument exception.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static SufficientStatistics Parse(
	string val
)

Parameters

val
Type: SystemString
string to be converted.

Return Value

Type: SufficientStatistics
SufficentStatistics object which corresponding to the given string.
See Also