Skip to content

Commit e0abfc8

Browse files
committed
refac: removed extra module and redundant pycsep functions. Moved sequential tests/plots to utils. These should be eventually PRed to pycsep.
1 parent 885246c commit e0abfc8

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

docs/reference/api_reference.rst

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -138,33 +138,6 @@ Environments
138138
CondaManager.run_command
139139

140140

141-
Extras
142-
------
143-
144-
Additional `pyCSEP` functionalities
145-
146-
147-
.. :currentmodule:: floatcsep.extras
148-
149-
.. automodule:: floatcsep.extras
150-
151-
.. autosummary::
152-
:toctree: generated
153-
154-
sequential_likelihood
155-
sequential_information_gain
156-
vector_poisson_t_w_test
157-
brier_score
158-
negative_binomial_number_test
159-
binomial_joint_log_likelihood_ndarray
160-
binomial_spatial_test
161-
binomial_conditional_likelihood_test
162-
binary_paired_t_test
163-
log_likelihood_point_process
164-
paired_ttest_point_process
165-
166-
167-
168141
Utilities
169142
---------
170143

@@ -187,7 +160,9 @@ Utilities
187160
timewindow2str
188161
plot_sequential_likelihood
189162
magnitude_vs_time
190-
163+
sequential_likelihood
164+
sequential_information_gain
165+
vector_poisson_t_w_test
191166

192167

193168
Readers

0 commit comments

Comments
 (0)