Click or drag to resize
Accord.NET (logo)

DistributionInfo Constructor

Initializes a new instance of the DistributionInfo class.

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

Parameters

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