Search Results for

    Show / Hide Table of Contents

    Class CorrelationObject

    Holds the result of a correlation calcultion between two vectors

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

    Constructors

    | Edit this page View Source

    CorrelationObject(string, double, double?, double?)

    Constructor

    Declaration
    public CorrelationObject(string name, double value, double? timeConstant_s = null, double? timeDelay_s = null)
    Parameters
    Type Name Description
    string name
    double value
    double? timeConstant_s
    double? timeDelay_s

    Fields

    | Edit this page View Source

    correlationFactor

    a correlation factor betweeen -1 and 1 indicating the degree of correlation

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

    signalName

    Name of the signal

    Declaration
    public string signalName
    Field Value
    Type Description
    string
    | Edit this page View Source

    timeConstant_s

    Time constant (1. order) between the two vectors

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

    timeDelay_s

    Time delay in seconds between the two vectors

    Declaration
    public double? timeDelay_s
    Field Value
    Type Description
    double?
    • Edit this page
    • View Source
    In this article
    • Constructors
      • CorrelationObject(string, double, double?, double?)
    • Fields
      • correlationFactor
      • signalName
      • timeConstant_s
      • timeDelay_s
    Back to top Generated by DocFX