norm.cdf(x) x_rand = np.random.randn(num_samps) x_ecdf, y_ecdf = ecdf(x_rand) # Ensure the eCDF extends to the edges of the graph for the bounds x_ecdf...
norm.cdf(x) x_rand = np.random.randn(num_samps) x_ecdf, y_ecdf = ecdf(x_rand) # Ensure the eCDF extends to the edges of the graph for the bounds x_ecdf...
nc ncks -O -C -vlon,lat,orog $orog_infile temp.nc ncks -O -C -x -v bounds_lat,bounds_long temp.nc temp2.nc ncap2 -O -s '{where( orog < 0 ) orog = 1; }'...