Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

type
Type: SystemType

Return Value

Type: String
See Also