11.2.25. rheia.UQ.uncertainty_quantification.set_design_samples

rheia.UQ.uncertainty_quantification.set_design_samples(var_dict, n_samples)

Based on the design variable characteristics, a set of design samples is created through Latin Hypercube Sampling.

Parameters
  • var_dict (dict) – A dictionary which includes the design variables and their bounds.

  • n_samples (int) – The number of design samples to be created.

Returns

samples – The generated design samples.

Return type

array