Search Results for

    Show / Hide Table of Contents

    Class DisturbanceIdResult

    Internal class to store a single sub-run of the DisturnanceIdentifierInternal

    Inheritance
    object
    DisturbanceIdResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Dynamic
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class DisturbanceIdResult

    Constructors

    | Edit this page View Source

    DisturbanceIdResult(UnitDataSet)

    Constuctor

    Declaration
    public DisturbanceIdResult(UnitDataSet dataSet)
    Parameters
    Type Name Description
    UnitDataSet dataSet

    Fields

    | Edit this page View Source

    ErrorType

    The reason for setting the disturbance to zero

    Declaration
    public DisturbanceEstimationError ErrorType
    Field Value
    Type Description
    DisturbanceEstimationError
    | Edit this page View Source

    N

    Number of datapoints

    Declaration
    public int N
    Field Value
    Type Description
    int
    | Edit this page View Source

    adjustedUnitDataSet

    Declaration
    public UnitDataSet adjustedUnitDataSet
    Field Value
    Type Description
    UnitDataSet
    | Edit this page View Source

    d_est

    The estimated disturbance vector

    Declaration
    public double[] d_est
    Field Value
    Type Description
    double[]
    | Edit this page View Source

    estPidProcessGain

    (For debugging:) an estimated process gain

    Declaration
    public double estPidProcessGain
    Field Value
    Type Description
    double
    | Edit this page View Source

    isAllZero

    Boolean which is true if all disturbances are zero

    Declaration
    public bool isAllZero
    Field Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    SetToZero()

    Sets the disturbance to zero (used in case of identification failure)

    Declaration
    public void SetToZero()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX