functionspliceSigmoid
Smoothing algorithm using the sigmoid function
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | below | Result below transition point | |
| Real | above | Result above transition point | |
| Real | x | Value of interest | |
| Real | x0 | Transition or center value | |
| Real | k | 100 | Transition region factor (larger #s increas slope steepness |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | smoothResult | Smoothed result |