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


s
A statistical series.
Find the best fit for the function f(x) = a + b * ln(x).

Syntax

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

Parameters

s
A statistical series.

See Also

© 2010 All Rights Reserved.