|
DistributionInfoGetDistributionName Method
|
Gets the name of the distribution modeled by a given Accord.NET type.
The name is returned in a normalized form (i.e. given a type whose name
is NormalDistribution, the function would return "Normal").
Namespace:
Accord.Statistics.Distributions.Reflection
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static string GetDistributionName(
Type type
)
Public Shared Function GetDistributionName (
type As Type
) As String
Request Example
View SourceParameters
- type
- Type: SystemType
Return Value
Type:
StringSee Also