Click or drag to resize
Accord.NET (logo)

DistributionAnalysisGetUnivariateDistributions Method

Gets all univariate distributions (types implementing IUnivariateDistribution) loaded in the current domain.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static Type[] GetUnivariateDistributions()
Request Example View Source

Return Value

Type: Type
See Also