|
DistributionInfo Constructor
|
Namespace:
Accord.Statistics.Distributions.Reflection
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public DistributionInfo(
Type type
)
Public Sub New (
type As Type
)
Request Example
View SourceParameters
- type
- Type: SystemType
The type for the distribution.
See Also