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
Ch4, Ex.1: Explicitly name the scale argument in stats.expon()
In scipy 0.12.0, the first unnamed argument becomes the location of the distribution. As such, the starter code gives the reader an Exp(1) distribution starting at x=4.
0 commit comments