data_operations.median_bias#
Back to Module page
Summary#
Returns the bias of the median of a set of periodograms relative to the mean. See arXiv:gr-qc/0509116 Appendix B for details.
Signature#
def median_bias(n)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
int |
Numbers of periodograms being averaged. |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
float |
Calculated bias. |
Docstring#
Returns the bias of the median of a set of periodograms relative to
the mean.
See arXiv:gr-qc/0509116 Appendix B for details.
Parameters
----------
n : int
Numbers of periodograms being averaged.
Returns
-------
bias : float
Calculated bias.