Table of Contents

Class GainSchedFittingSpecs

Namespace
TimeSeriesAnalysis.Dynamic
Assembly
TimeSeriesAnalysis.dll

variables that are set prior to fitting.

public class GainSchedFittingSpecs : FittingSpecs
Inheritance
GainSchedFittingSpecs
Inherited Members

Constructors

GainSchedFittingSpecs()

Default constructor

public GainSchedFittingSpecs()

Fields

uGainScheduledInputIndex

for gain-scheduling, thresholds of u for changing between gains. Default is 0, i.e. first input is used for gain-scheduling.

public int uGainScheduledInputIndex

Field Value

int

uGainThresholds

for gain-scheduling, thresholds of u for changing between gains.

public double[] uGainThresholds

Field Value

double[]

uTimeConstantThresholds

for gain-scheduling, thresholds of u for changing between gains.

public double[] uTimeConstantThresholds

Field Value

double[]