Skip to content

SD Threshold for Idle? #1

Description

@muschellij2

What is the threshold for idle?

In the paper "Zee: Zero-Effort Crowdsourcing for Indoor Localization" it indicates 0.01
Screen Shot 2023-08-21 at 1 39 28 PM

but the autocorrelation code uses 0.02
https://github.com/hermanwongkm/OneStepAtATime/blob/master/autocorrelation3.py#L228

if (sd < 0.02):

and it is set 0.02 in main.py
https://github.com/hermanwongkm/OneStepAtATime/blob/master/main.py#L84
if(sd < 0.02):

Also the cutoff for "DRIVING" is different between main and autocorrelation, which should be used?

elif (autoCorrelationValue > 0.4 and sd < 0.08):

elif (acChosen > 0.4 and sd < 0.05):

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