Skip to content

CUSUM #2

@onemorecodee

Description

@onemorecodee

Hi, I'm learning the CUSUMV2 code and I am a bit unsure over where to find the justification for this formula that is used for log-likelihood function:

logp = stepsize*basesd/variance * (data[k] - mean - stepsize*basesd/2.) #instantaneous log-likelihood for current sample assuming local baseline has jumped in the positive direction logn = -stepsize*basesd/variance * (data[k] - mean + stepsize*basesd/2.) #instantaneous log-likelihood for current sample assuming local baseline has jumped in the negative direction

I'd really appreciate anyone that can help me out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions