Click or drag to resize
Accord.NET (logo)

DistributionAnalysisGetFirstIndex Method

Gets the index of the first distribution with the given name.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IFittableDistribution<double> GetFirstIndex(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString

Return Value

Type: IFittableDistributionDouble
See Also