aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/estimates.py
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/laguerre/scripts/estimates.py')
-rw-r--r--buch/papers/laguerre/scripts/estimates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/scripts/estimates.py b/buch/papers/laguerre/scripts/estimates.py
index 21551f3..1acd7f7 100644
--- a/buch/papers/laguerre/scripts/estimates.py
+++ b/buch/papers/laguerre/scripts/estimates.py
@@ -15,7 +15,7 @@ if __name__ == "__main__":
)
N = 200
- ns = np.arange(2, 13)
+ ns = np.arange(1, 13)
step = 1 / (N - 1)
x = np.linspace(step, 1 - step, N + 1)