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)
    Simulates data from the model associated with this object.
  • Field Details

  • Method Details

    • simulateData

      DataSet simulateData(int sampleSize, boolean latentDataSaved)
      Simulates data from the model associated with this object.
      Parameters:
      sampleSize - the number of rows to simulate.
      latentDataSaved - if true, latent variables are saved in the data set.
      Returns:
      the simulated data set.