From 649e9eb680819c110e377705e980d56cc91d50a0 Mon Sep 17 00:00:00 2001 From: philcarmona <47579183+philcarmona@users.noreply.github.com> Date: Wed, 27 May 2020 23:32:54 +0200 Subject: [PATCH] Update stablecompoper.py --- stablecompoper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stablecompoper.py b/stablecompoper.py index c5318b0..d5098ec 100644 --- a/stablecompoper.py +++ b/stablecompoper.py @@ -141,7 +141,7 @@ def nsestimdenszchi(lzero,muzero,T,N,coeff=1.0,estimnoyau=False): if estimnoyau: plt.plot(tt,k(tt),label="echantillon") #plt.plot(tt,[(1+np.cos((2*pi*t)/T))/T for t in tt],color="red") - plt.plot(tt,lamepa,color="green",label="stable composition density $\lambda(t) e^{A(t)}$ ") + plt.plot(tt,lamepa,color="green",label="stable composition density $\pi$ ") plt.plot(tt,tlam,color="red",label="$\lambda(t)$") plt.legend() #plt.savefig("stablecompolbdsinusoid.pdf",bbox_inches='tight',dpi=150)