Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Unnecessary data generate in the bootstp file #19

Open
GeoFengCheng opened this issue Mar 4, 2020 · 1 comment
Open

Bug: Unnecessary data generate in the bootstp file #19

GeoFengCheng opened this issue Mar 4, 2020 · 1 comment

Comments

@GeoFengCheng
Copy link

After clicking the bootstrap button, two files (bootstrap and percentile) are then generated. In each file, multiple column datasets are then generated. Some of them seem to be unnecessary.

@mingsongli
Copy link
Owner

The tool of "Math - Smooth - Bootstrap" in Acycle v2.1.1 (and future versions) will adjust the data saving style to fit our expectation.

_bootstp_meanstd.txt includes 6 columns of data:
[time, mean-2
std, mean-std, mean, mean+std, mean+2*std], that is, 2 sigma, 1 sigma, and mean values.

*_bootstp_percentile.txt includes 8 columns of data:
[time, percentiles of [0.5,2.5,5,25,50,75,95,97.5,99.5]], that is, 99%, 95%, 90%, and 50% confidence intervals, and median values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants