dotnetCHARTING Send comments on this topic.
ExponentialDistribution(String,Series,Double) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > ExponentialDistribution Method : ExponentialDistribution(String,Series,Double) 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.
lambda
The scale parameter value.
Calculates the Exponential Probability Density function for a given series.

Syntax

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

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.
lambda
The scale parameter value.

See Also

© 2010 All Rights Reserved.