We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5e983 commit c8a9ffbCopy full SHA for c8a9ffb
simcomm/stats/metrics.py
@@ -54,7 +54,7 @@ def get_outage_lt(
54
)
55
56
57
-def outage_clt(
+def get_outage_clt(
58
k_a: float,
59
m_a: float,
60
theta_a: float,
@@ -125,3 +125,10 @@ def outage_clt(
125
126
/ (k_a * mpm.beta(k_a, m_a))
127
128
+
129
130
+__all__ = [
131
+ "get_ergodic_rate",
132
+ "get_outage_lt",
133
+ "get_outage_clt",
134
+]
simcomm/stats/moments.py
@@ -168,6 +168,7 @@ def approx_gamma_params(
168
169
__all__ = [
170
"fun_mu_naka",
171
+ "fun_mu_gamma",
172
"fun_mu_doublenaka",
173
"fun_mu_effective",
174
"approx_gamma_params",
0 commit comments