Skip to content

Tags: brenhinkeller/NaNStatistics.jl

Tags

v0.6.41

Toggle v0.6.41's commit message
## NaNStatistics v0.6.41

[Diff since v0.6.40](v0.6.40...v0.6.41)

* Add `nanskewness` and `nankurtosis`

v0.6.40

Toggle v0.6.40's commit message
## NaNStatistics v0.6.40

[Diff since v0.6.39](v0.6.39...v0.6.40)

* Add `histskewness` and `histkurtosis`

v0.6.39

Toggle v0.6.39's commit message
## NaNStatistics v0.6.39

[Diff since v0.6.38](v0.6.38...v0.6.39)

* Add `nanlogsumexp` and `nanlogcumsumexp`

v0.6.38

Toggle v0.6.38's commit message
## NaNStatistics v0.6.38

[Diff since v0.6.37](v0.6.37...v0.6.38)

* Add `histvar`, fix `histstd`

v0.6.37

Toggle v0.6.37's commit message
## NaNStatistics v0.6.37

[Diff since v0.6.36](v0.6.36...v0.6.37)

* Add `histmean` and `histstd` functions, to estimate the mean and standard deviation of the data represented by a histogram. As usual for this package, any `NaN`s will be ignored.

v0.6.36

Toggle v0.6.36's commit message
## NaNStatistics v0.6.36

[Diff since v0.6.35](v0.6.35...v0.6.36)


**Merged pull requests:**
- Remove LoopVectorization dependency, in light of deprecation (#48) (@brenhinkeller)

v0.6.35

Toggle v0.6.35's commit message
## NaNStatistics v0.6.35

[Diff since v0.6.34](v0.6.34...v0.6.35)

* Add `movsum`

v0.6.34

Toggle v0.6.34's commit message
## NaNStatistics v0.6.34

[Diff since v0.6.31](v0.6.31...v0.6.34)


**Merged pull requests:**
- Partialsort (#44) (@brenhinkeller)
- Add nansem (#46) (@brenhinkeller)

**Closed issues:**
- Error using NaNMean in debugger (#22)
- nanmedian might be slower than a naive implementation (#41)
- loading package NaNStatistics is slow (#42)
- StackOverflowError with nanmedian and certain dims (#43)

v0.6.31

Toggle v0.6.31's commit message
## NaNStatistics v0.6.31

[Diff since v0.6.30](v0.6.30...v0.6.31)

v0.6.30

Toggle v0.6.30's commit message
## NaNStatistics v0.6.30

[Diff since v0.6.29](v0.6.29...v0.6.30)


**Closed issues:**
- `nanmean` results in NaN partial derivatives when using `dims` keyword (#38)
- NaN leak with selectdim view (#39)