Click or drag to resize
Accord.NET (logo)

UnivariateDistributionInfo Constructor

Initializes a new instance of the UnivariateDistributionInfo class.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public UnivariateDistributionInfo(
	Type type
)
Request Example View Source

Parameters

type
Type: SystemType
The type for the distribution.
See Also