@support But alpha should not be between 0 and 1 and 2(n+1) is larger than one, is maybe 2/(n+1)?
G
Best posts made by gjhernandezp
-
RE: Alpha Default Value of EMA function
-
RE: Colab new error 'EntryPoints' object has no attribute 'get'
It seems that is a problem with the newer 0.20.2 version of xarray in Coab because I have the same problem running the Xarray Turorial from http://gallery.pangeo.io/repos/pangeo-data/pangeo-tutorial-gallery/xarray.html#Table-of-contents
I added to before any other cell
!pip uninstall xarray -y
!pip install xarray==0.19.0And is working now.