The FittingModelCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddColumnValuesLine |
Adds a line or multiline. The points of the line are defined from the values of a pair of columns.
|
![]() ![]() |
AddCurve(String) |
Adds a curve. The curve is defined by the specified expression,
for example "5.0*sin(x) + 2.5".
|
![]() ![]() |
AddCurve(DataTable, String) |
Adds a curve. The curve is defined by the specified expression,
for example "a + b*x", where a and b are columns in the specified data table.
|
![]() ![]() |
AddForecastHoltWinters |
Adds a Holt Winters forecast with default settings to the collection.
|
![]() ![]() |
AddHorizontalLine(String) |
Adds a horizontal reference line. The position of the line is defined by
the specified expression, for example "Avg(y)" or "1000.0".
|
![]() ![]() |
AddHorizontalLine(DataTable, String) |
Adds a horizontal reference line. The position of the line is defined by the expression,
for example "Avg(y)". The expression is evaluated using the columns in the specified data table.
|
![]() ![]() |
AddNew(Type) |
Adds a new fitting model of the specified type.
|
![]() ![]() |
AddNew(TypeIdentifier) |
Adds a new fitting model. The type identifiers for the built-in fitting models are
defined in FittingModelTypeIdentifiers.
|
![]() ![]() |
AddNewT |
Adds a new fitting model of the specified type.
|
![]() |
AddStraightLineFit |
Adds a straight line that minimizes the sum-of-squares of the
y-distances between the data and the line.
|
![]() ![]() |
AddVerticalLine(String) |
Adds a vertical reference line. The position of the line is defined by the expression,
for example "Avg(x)" or "1000.0".
|
![]() ![]() |
AddVerticalLine(DataTable, String) |
Adds a vertical reference line. The position of the line is defined by the expression
which is evaluated using the columns in the specified data table.
|
![]() |
Clear |
Removes all fitting models from this collection.
|
![]() |
Contains |
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Searches for the specified value and returns the zero-based index
of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
Remove |
Removes the specified fitting model from this collection.
|
![]() |
ToArray |
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.) |
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also