seemps.analysis.factories.mps_interval#

seemps.analysis.factories.mps_interval(interval, strategy=<seemps.state.core.Strategy object>)[source]#

Returns an MPS corresponding to a specific type of interval.

Parameters:
intervalInterval

The interval object containing start and stop points and the interval type. Currently supports RegularInterval and ChebyshevInterval.

strategyStrategy, default=DEFAULT_STRATEGY

The MPS simplification strategy to apply.

Returns:
MPS

An MPS representing the interval according to its type.