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


Overload List

OverloadDescription
TrendLinePower(String,Series) Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).  
TrendLinePower(Series) Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).  
TrendLinePower(SeriesCollection) Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).  
TrendLinePower(String,Series,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).  
TrendLinePower(Series,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).  
TrendLinePower(SeriesCollection,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).  

Example

See Also

© 2010 All Rights Reserved.