Interface Simulator

All Superinterfaces:
Serializable, TetradSerializable
All Known Subinterfaces:
BayesIm, ISemIm
All Known Implementing Classes:
DirichletBayesIm, GeneralizedSemIm, MlBayesIm, MlBayesImObs, SemIm, StandardizedSemIm, UpdatedBayesIm

public interface Simulator extends TetradSerializable
Created by jdramsey on 12/22/15.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    simulateData(int sampleSize, boolean latentDataSaved)
     
  • Field Details

  • Method Details

    • simulateData

      DataSet simulateData(int sampleSize, boolean latentDataSaved)