|
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
)
Public Shared Function GetName (
distribution As Type
) As String
Request Example
View SourceParameters
- distribution
- Type: SystemType
The distribution whose name must be obtained.
Return Value
Type:
StringSee Also