Find the best fit for the function f(x) = A * pow (x, B ) where B = b and A = pow(e, a).
[Visual Basic]
Overloads Public Shared Function TrendLinePower( _
ByVal sc As SeriesCollection, _
ByVal step As Double , _
ByVal forward As Integer , _
ByVal backward As Integer _
) As SeriesCollection
[C#]
public static SeriesCollection TrendLinePower(
SeriesCollection sc,
double step,
int forward,
int backward
);
A series where the k-th element of the array represents of k-th point (i.e. { x_k, y_k }) of the total set over which the fitted function is evaluated. The total set over which the fitted function is evaluated consists of the `backward' points, original data set points and the `forward' points.
ForecastEngine Class | ForecastEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.