utils.unbias_split#
Back to Module page
Summary#
Function to compute split scores - expectations from total score
Signature#
def unbias_split(scores, vsq)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
nchunk x nscore matrix with split scores (can be vector for nscores=1) |
||
|
Array of length nchunk with fractional norm^2 of cosine waveforms, sums to one |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
Function to compute split scores - expectations from total score
:param scores: nchunk x nscore matrix with split scores
(can be vector for nscores=1)
:param vsq:
Array of length nchunk with fractional norm^2 of cosine waveforms,
sums to one
:return nchunk x nscore matrix with unbiased split scores
(can be vector for nscores=1)