You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment our functions mean(), var() etc are simple wrappers around pandas.DataFrame functions, which do not work for probabilistic series, and often do not really do what we need.
--> Always take statistics over "samples" dimension.
The text was updated successfully, but these errors were encountered:
At the moment our functions
mean()
,var()
etc are simple wrappers aroundpandas.DataFrame
functions, which do not work for probabilistic series, and often do not really do what we need.--> Always take statistics over "samples" dimension.
The text was updated successfully, but these errors were encountered: