Package edu.cmu.tetrad.data
Interface Simulator
- All Superinterfaces:
Serializable
,TetradSerializable
- All Known Implementing Classes:
DirichletBayesIm
,GeneralizedSemIm
,MlBayesIm
,MlBayesImObs
,SemIm
,StandardizedSemIm
,UpdatedBayesIm
Created by jdramsey on 12/22/15.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
ConstantserialVersionUID=23L
-
Method Summary
Modifier and TypeMethodDescriptionsimulateData
(int sampleSize, boolean latentDataSaved) Simulates data from the model associated with this object.
-
Field Details
-
serialVersionUID
static final long serialVersionUIDConstantserialVersionUID=23L
- See Also:
-
-
Method Details
-
simulateData
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.
-