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


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

Syntax

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

Parameters

s
A statistical series.

See Also

© 2010 All Rights Reserved.