simulate_full_model

glotaran.simulation.simulation.simulate_full_model(dataset_model: DatasetModel, global_dimension: str, global_axis: ArrayLike, model_dimension: str, model_axis: ArrayLike) xr.Dataset[source]

Simulate a dataset model with global megacomplexes.

Parameters:
  • dataset_model (DatasetModel) – The dataset model to simulate.

  • global_dimension (str) – The global dimension of the dataset.

  • global_axis (ArrayLike) – The global axis of the dataset.

  • model_dimension (str) – The model dimension of the dataset.

  • model_axis (ArrayLike) – The model axis of the dataset.

Returns:

The simulated dataset.

Return type:

xr.Dataset

Raises:

ValueError – Raised if at least one of the dataset model’s global megacomplexes is index dependent.