dotnetCHARTING Send comments on this topic.
TrendLineExponential(Series) Method
See Also 
dotnetCHARTING Namespace > ForecastEngine Class > TrendLineExponential Method : TrendLineExponential(Series) Method


s
A statistical series.
Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function TrendLineExponential( _
   ByVal s As Series _
) As Series
Visual Basic (Usage)Copy Code
Dim s As Series
Dim value As Series
 
value = ForecastEngine.TrendLineExponential(s)
C# 
public static Series TrendLineExponential( 
   Series s
)

Parameters

s
A statistical series.

See Also

© 2010 All Rights Reserved.