We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@JuliaRegistrator register
Release notes:
VectorObservable
var
BinningObservable
obs = SimpleObservable()
binned = binning(obs)
binning
SimpleObservable
binsize::Int
numbins::Int
binsize
numbins
binsize = floor(Int, sqrt(count(obs)))
param
runMC(param::Parameter)
Binning size
Number of Bins
Jackknife
JackknifeVector
The text was updated successfully, but these errors were encountered:
Registration pull request created: JuliaRegistries/General/107769
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
git tag -a v1.2.0 -m "<description of version>" 77ac4fa96015d309cb7fd897bcf2be827d466566 git push origin v1.2.0
Sorry, something went wrong.
No branches or pull requests
@JuliaRegistrator register
Release notes:
VectorObservable
likevar
are correctedBinningObservable
is deprecatedobs = SimpleObservable()
andbinned = binning(obs)
binning
returns newSimpleObservable
with binnedbinning
takes one option,binsize::Int
ornumbins::Int
.binsize
is the size of each binnumbins
is the number of binsbinsize = floor(Int, sqrt(count(obs)))
is usedparam
inrunMC(param::Parameter)
takes new optional keys,Binning size
andNumber of Bins
Jackknife
andJackknifeVector
are addedThe text was updated successfully, but these errors were encountered: