utils.unbias_split#

Back to Module page

Summary#

Function to compute split scores - expectations from total score

Signature#

def unbias_split(scores, vsq)
Input variables#

Name

Type

Default

Description

scores

nchunk x nscore matrix with split scores (can be vector for nscores=1)

vsq

Array of length nchunk with fractional norm^2 of cosine waveforms, sums to one

Output variables#

Return annotation

Docstring type

Description

None

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)