Purpose

The module AddLinearFunction adds several piecewise multi-linear functions to obtain a new one.

The individual functions can optionally be multiplied with constant factors, so that subtracting functions can also be performed with this module, as well as just multiplication of a single function with a constant.

Usage

Combine functions you want to add to a list (using the SelectLinearFunction module if appropriate) and connect that list to this module. That’s all.

Windows

Default Panel

../../../Modules/ML/MLStochasticCollocation/mhelp/Images/Screenshots/AddLinearFunction._default.png

Input Fields

inputFunctions

name: inputFunctions, type: MLBase

Output Fields

outputFunction

name: outputFunction, type: MLBase

Parameter Fields

Visible Fields

Factors

name: factors, type: String

You can optionally multiply each function with a constant factor before adding it.

for this purpose, enter here a comma separated list of factors. If less factors are given than the function array has components, the remaining functions are multiplied with 1.