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

update observables #25

Merged
merged 9 commits into from
May 27, 2024
Merged

update observables #25

merged 9 commits into from
May 27, 2024

Conversation

yomichi
Copy link
Owner

@yomichi yomichi commented May 27, 2024

  • Some operations for VectorObservable like var are corrected
  • BinningObservable is deprecated
    • Instead, use obs = SimpleObservable() and binned = binning(obs)
    • binning returns new SimpleObservable with binned
    • binning takes one option, binsize::Int or numbins::Int.
      • binsize is the size of each bin
      • numbins is the number of bins
      • If omitted, binsize = floor(Int, sqrt(count(obs))) is used
    • param in runMC(param::Parameter) takes new optional keys, Binning size and Number of Bins
  • Operations for the mixture of Jackknife and JackknifeVector are added

@yomichi yomichi marked this pull request as ready for review May 27, 2024 08:45
@yomichi yomichi merged commit be127ae into master May 27, 2024
10 checks passed
@yomichi yomichi deleted the vectorobservable branch May 27, 2024 08:45
@yomichi yomichi mentioned this pull request May 28, 2024
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

Successfully merging this pull request may close these issues.

1 participant