Find the best fit for the function f(x) = a + b * ln(x).
[Visual Basic]
Overloads Public Shared Function TrendLineLogarithmic( _
ByVal seriesName As String , _
ByVal s As Series, _
ByVal step As Double , _
ByVal forward As Integer , _
ByVal backward As Integer _
) As Series
[C#]
public static Series TrendLineLogarithmic(
string seriesName,
Series s,
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.
Remark: This methods corresponds in functionality to the method of the same name within Microsoft Excel.
ForecastEngine Class | ForecastEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.