Class LogLikelihoodAnalysisOutput
Contains the results of a Log-Likelihood analysis.
Inheritance
System.Object
    LogLikelihoodAnalysisOutput
  Inherited Members
      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.Analysis
Assembly: BayesServer.Analysis.dll
Syntax
public sealed class LogLikelihoodAnalysisOutput
  Properties
Baseline
Gets baseline log-likelihood values.
Declaration
public LogLikelihoodAnalysisBaselineOutput Baseline { get; }
  Property Value
| Type | Description | 
|---|---|
| LogLikelihoodAnalysisBaselineOutput | 
Items
Gets the output for each combination.
Declaration
public IList<LogLikelihoodAnalysisOutputItem> Items { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<LogLikelihoodAnalysisOutputItem> |