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:
- interval
Interval The interval object containing start and stop points and the interval type. Currently supports RegularInterval and ChebyshevInterval.
- strategy
Strategy, default=DEFAULT_STRATEGY The MPS simplification strategy to apply.
- interval
- Returns:
MPSAn MPS representing the interval according to its type.