Search Results for

    Show / Hide Table of Contents

    Class FrontDoorQueryOptions

    Options for FrontDoorInference

    Inheritance
    System.Object
    CausalQueryOptionsBase
    FrontDoorQueryOptions
    Implements
    IQueryOptions
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    CausalQueryOptionsBase.PropertyChanged
    CausalQueryOptionsBase.CausalInferenceFactory
    CausalQueryOptionsBase.CausalEffectKind
    CausalQueryOptionsBase.TerminalTime
    CausalQueryOptionsBase.Propagation
    CausalQueryOptionsBase.DecisionAlgorithm
    CausalQueryOptionsBase.Cancellation
    CausalQueryOptionsBase.LogLikelihood
    CausalQueryOptionsBase.Conflict
    CausalQueryOptionsBase.QueryEvidenceMode
    CausalQueryOptionsBase.InconsistentEvidenceMode
    CausalQueryOptionsBase.RaisePropertyChanged(String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: BayesServer.Causal.Inference
    Assembly: BayesServer.Causal.dll
    Syntax
    public sealed class FrontDoorQueryOptions : CausalQueryOptionsBase, IQueryOptions, INotifyPropertyChanged

    Properties

    AdjustmentSetXZOverride

    Gets or sets the 'adjustment set' for adjusting between treatments (X) and front-door nodes (Z).

    Declaration
    public AdjustmentSet AdjustmentSetXZOverride { get; set; }
    Property Value
    Type Description
    AdjustmentSet

    AdjustmentSetZYOverride

    Gets or sets the 'adjustment set' for adjusting between the front-door nodes (Z) and the outcomes (Y).

    Declaration
    public AdjustmentSet AdjustmentSetZYOverride { get; set; }
    Property Value
    Type Description
    AdjustmentSet

    FrontDoorNodesOverride

    Gets or sets the set of front-door nodes (Z) used by the front-door adjustment.

    Declaration
    public FrontDoorSet FrontDoorNodesOverride { get; set; }
    Property Value
    Type Description
    FrontDoorSet
    Remarks

    Possible sets of front-door nodes can be calculated using the FrontDoorCriterion class.

    Implements

    IQueryOptions
    System.ComponentModel.INotifyPropertyChanged
    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.