MCPcopy Create free account
hub / github.com/Mic92/vmsh / explode

Function explode

tests/plot.py:28–32  ·  view source on GitHub ↗

we can simplify explode_big for num_samples=2

(mean: float, stddev: float)

Source from the content-addressed store, hash-verified

26
27
28def explode(mean: float, stddev: float) -> List[float]:
29 """
30 we can simplify explode_big for num_samples=2
31 """
32 return [mean + stddev, mean - stddev]
33
34
35def explode_big(mean: float, stddev: float) -> List[float]:

Callers 1

stddev_to_seriesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected