Click or drag to resize
Accord.NET (logo)

DistributionAnalysisGetName Method

Gets a distribution's name in a human-readable form.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static string GetName(
	Type distribution
)
Request Example View Source

Parameters

distribution
Type: SystemType
The distribution whose name must be obtained.

Return Value

Type: String
See Also