Published April 27, 2023
| Version v0.33.22
Software
Open
JuliaStats/StatsBase.jl: v0.33.22
Creators
- Dahua Lin1
- Milan Bouchet-Valat2
- Andreas Noack3
- Alex Arslan4
- John Myles White5
- Rory Finnegan
- Simon Kornblith6
- Simon Byrne7
- David Widmann8
- Douglas Bates9
- José Bayoán Santiago Calderón, PhD10
- Phillip Alday4
- Yichao Yu11
- Matthieu Gomez12
- Moritz Schauer13
- Alexander Fabisch14
- Jacob Quinn
- Iain Dunning15
- Oliver Schulz16
- evalparse17
- Dave Kleinschmidt4
- Debartha Paul
- Martin Holters18
- Mike J Innes
- Luca Bittarello19
- Bogumił Kamiński20
- Fredrik Ekre21
- Mathieu Besançon22
- Sean Garborg
- Lilith Orion Hafner
- 1. The Chinese University of Hong Kong
- 2. Franch Institute for Demographic Studies (Ined)
- 3. @JuliaHub
- 4. Beacon Biosignals
- 5. Meta
- 6. Google
- 7. Caltech
- 8. Uppsala University
- 9. University of Wisconsin
- 10. @us-bea, @PumasAI
- 11. Duke University
- 12. Columbia University
- 13. University of Gothenburg and Chalmers Technical University
- 14. DFKI Robotics Innovation Center @dfki-ric
- 15. Hudson River Trading
- 16. Max Planck Institute for Physics
- 17. @evalparse
- 18. Helmut Schmidt University
- 19. QuantCo
- 20. SGH Warsaw School of Economics
- 21. TU Braunschweig
- 22. Zuse Institute Berlin
Description
StatsBase v0.33.22
Closed issues:
- Compute statistics along dimensions (#77)
- Add dimension specification for mode() (#181)
- countmap should sort values (#223)
- Expanding fweights and pweights (#283)
- hist is exported, but undefined (#338)
- Moving forward with standard deviation and standard error function names. (#369)
- Statistics from histogram (#422)
- weighted mean! confusing (#445)
- The majority of sampling methods are unsafe and incorrect in the presence of offset axes (#646)
- StatsBase.sample should warn about weights containing Inf/NaN (#671)
- Add a skipmissing argument to corkendall (#683)
countmap
weird behaviour for -0.0 (#809)- 0.33.18 broken build (#811)
- Unused variable,
totwidth
in statmodels.jl (#822) - How to get critical value with native julia code? (#828)
- AbstractVector{T} not accepting Vector{Any} as argument (#838)
pairwise
does not work forcorkendall
orcorspearman
(#846)- Buffer overflow using
inverse_rle
(#851)
Merged pull requests:
- Throw DomainError when sampling with NaN/Inf weights (#814) (@ruairidhs)
- Remove unused variable in
CoefTable
printing (#830) (@nalimilan) - Fix
countmap
with-0.0
(#831) (@nalimilan) - Throw an error for
OffsetArray
s and aliased arrays when sampling (#833) (@nalimilan) - Fix
mean_and_var
andmean_and_std
docstring signature (#836) (@bowenszhu) - Combine and optimize
mad!
andmad
(#839) (@LilithHafner) - get rid of old typealiases (#840) (@KristofferC)
- remove trailing whitespace (#841) (@LilithHafner)
- fix typos (#852) (@musvaage)
- Fix
inverse_rle
with negative lengths (#853) (@ararslan) - Avoid define
>
and>=
. (#854) (@N5N3) - Optional argument for
variation()
(#856) (@itsdebartha)
Files
JuliaStats/StatsBase.jl-v0.33.22.zip
Files
(181.5 kB)
Name | Size | Download all |
---|---|---|
md5:266dcfe15fa60f0907e39f130b96e9d0
|
181.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaStats/StatsBase.jl/tree/v0.33.22 (URL)