MCPcopy
hub / github.com/huggingface/transformers / mean

Method mean

src/transformers/time_series_utils.py:42–46  ·  view source on GitHub ↗

Returns the mean of the distribution.

(self)

Source from the content-addressed store, hash-verified

40
41 @property
42 def mean(self):
43 """
44 Returns the mean of the distribution.
45 """
46 return self.base_dist.mean * self.scale + self.loc
47
48 @property
49 def variance(self):

Callers 15

compute_basic_statisticsFunction · 0.45
_approx_sq_gradMethod · 0.45
stepMethod · 0.45
detect_overflowFunction · 0.45
load_audio_asFunction · 0.45
spectrogramFunction · 0.45
spectrogram_batchFunction · 0.45
training_stepMethod · 0.45

Calls

no outgoing calls