MCPcopy
hub / github.com/microsoft/qlib / clip

Method clip

qlib/backtest/utils.py:191–192  ·  view source on GitHub ↗
(idx: int)

Source from the content-addressed store, hash-verified

189 right -= self.start_index
190
191 def clip(idx: int) -> int:
192 return min(max(0, idx), self.trade_len - 1)
193
194 return clip(left), clip(right)
195

Callers 6

prepare_dataFunction · 0.80
_label_normMethod · 0.80
_feature_normMethod · 0.80
get_date_by_shiftFunction · 0.80
robust_zscoreFunction · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected