11.2.9. rheia.UQ.pce.RandomExperiment.create_samples
- RandomExperiment.create_samples(size=0)
Generate the samples for model evaluations. The sampling methods available are random sampling and Sobol sampling. The number of samples generated is equal to the integer size. If size is equal or lower than zero, no new samples are generated. Instead, the required samples are extracted from the existing samples file.
- Parameters
size (int, optional) – The number of newly created samples. The default is 0.