Search Results for

    Show / Hide Table of Contents

    Class ModelParametersBaseClass

    Abstract base class for ISimulatableModel classes

    Inheritance
    object
    ModelParametersBaseClass
    DivideParameters
    GainSchedParameters
    PidParameters
    UnitParameters
    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 abstract class ModelParametersBaseClass

    Properties

    | Edit this page View Source

    Fitting

    The fitting information of the model, set during identification

    Declaration
    [JsonInclude]
    [JsonProperty("Fitting")]
    public FittingInfo Fitting { get; }
    Property Value
    Type Description
    FittingInfo
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX