DatasetGroupModel

class glotaran.model.dataset_group.DatasetGroupModel(residual_function: Literal['variable_projection', 'non_negative_least_squares'] = 'variable_projection', link_clp: bool | None = None)[source]

Bases: object

A group of datasets which will evaluated independently.

Attributes Summary

link_clp

Whether to link the clp parameter.

residual_function

The residual function to use.

Methods Summary

Methods Documentation

Whether to link the clp parameter.

residual_function: Literal['variable_projection', 'non_negative_least_squares'] = 'variable_projection'

The residual function to use.