Skip to content

Commit c8a9ffb

Browse files
committed
Update
1 parent 8d5e983 commit c8a9ffb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

simcomm/stats/metrics.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_outage_lt(
5454
)
5555

5656

57-
def outage_clt(
57+
def get_outage_clt(
5858
k_a: float,
5959
m_a: float,
6060
theta_a: float,
@@ -125,3 +125,10 @@ def outage_clt(
125125
)
126126
/ (k_a * mpm.beta(k_a, m_a))
127127
)
128+
129+
130+
__all__ = [
131+
"get_ergodic_rate",
132+
"get_outage_lt",
133+
"get_outage_clt",
134+
]

simcomm/stats/moments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def approx_gamma_params(
168168

169169
__all__ = [
170170
"fun_mu_naka",
171+
"fun_mu_gamma",
171172
"fun_mu_doublenaka",
172173
"fun_mu_effective",
173174
"approx_gamma_params",

0 commit comments

Comments
 (0)