dotnetCHARTING Send comments on this topic.
ParetoDistribution(String,Series) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > ParetoDistribution Method : ParetoDistribution(String,Series) Method


seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series containing the elements for which the normal probability distribution function is evaluated.
Calculates the Pareto Probability Density function for a given series.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function ParetoDistribution( _
   ByVal seriesName As String, _
   ByVal s As Series _
) As Series
Visual Basic (Usage)Copy Code
Dim seriesName As String
Dim s As Series
Dim value As Series
 
value = StatisticalEngine.ParetoDistribution(seriesName, s)
C# 
public static Series ParetoDistribution( 
   string seriesName,
   Series s
)

Parameters

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series containing the elements for which the normal probability distribution function is evaluated.

See Also

© 2010 All Rights Reserved.