chore: add todos
This commit is contained in:
parent
6cd6df4b89
commit
67bc7efd5c
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,7 @@ def stats_NFDBP(R, N, t_i):
|
||||||
|
|
||||||
for n in range(N):
|
for n in range(N):
|
||||||
print("Mean H_{} : {} (variance {})".format(n, mean(H[n]), variance(H[n])))
|
print("Mean H_{} : {} (variance {})".format(n, mean(H[n]), variance(H[n])))
|
||||||
|
# TODO variance for T_k doesn't see right
|
||||||
print("Mean T_{} : {} (variance {})".format(k, mean(Sum_T), variance(Sum_T)))
|
print("Mean T_{} : {} (variance {})".format(k, mean(Sum_T), variance(Sum_T)))
|
||||||
# Loi math
|
# Loi math
|
||||||
for u in range(N):
|
for u in range(N):
|
||||||
|
@ -287,6 +288,7 @@ def stats_NFDBP(R, N, t_i):
|
||||||
)
|
)
|
||||||
ax.legend(loc="upper right", title="Legend")
|
ax.legend(loc="upper right", title="Legend")
|
||||||
|
|
||||||
|
# TODO fix the graph below
|
||||||
# Mathematical P(Ti=k) plot. It shows the Ti(t_i) law with the probability of each number of items.
|
# Mathematical P(Ti=k) plot. It shows the Ti(t_i) law with the probability of each number of items.
|
||||||
print(len(Tk[t_i]))
|
print(len(Tk[t_i]))
|
||||||
bx = fig.add_subplot(222)
|
bx = fig.add_subplot(222)
|
||||||
|
|
Loading…
Reference in a new issue