diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html index f2623618..858e3608 100644 --- a/docs/pyerrors/obs.html +++ b/docs/pyerrors/obs.html @@ -879,7 +879,7 @@ Returns ------- - np.ndarray + numpy.ndarray Returns a numpy array of length N + 1 where N is the number of samples for the given ensemble and replicum. The zeroth entry of the array contains the mean value of the Obs, entries 1 to N contain the N jackknife samples @@ -2460,7 +2460,7 @@ Returns ------- - np.ndarray + numpy.ndarray Returns a numpy array of length N + 1 where N is the number of samples for the given ensemble and replicum. The zeroth entry of the array contains the mean value of the Obs, entries 1 to N contain the N jackknife samples @@ -3629,7 +3629,7 @@ specifies a custom path for the file (default '.') Returns ------- - np.ndarray + numpy.ndarray Returns a numpy array of length N + 1 where N is the number of samples for the given ensemble and replicum. The zeroth entry of the array contains the mean value of the Obs, entries 1 to N contain the N jackknife samples @@ -3659,7 +3659,7 @@ specifies a custom path for the file (default '.')
Returns