|
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
)
Public Function GetFirstIndex (
name As String
) As IFittableDistribution(Of Double)
Request Example
View SourceParameters
- name
- Type: SystemString
Return Value
Type:
IFittableDistributionDoubleSee Also