Skip to content

Tags: IterativeStatistics/BasicIterativeStatistics

Tags

v0.1.1

Toggle v0.1.1's commit message
Bump version: 0.1.0 → 0.1.1

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #24 from IterativeStatistics/bump-version

chore:bump version

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #23 from IterativeStatistics/fix/move-experiment-d…

…esign

Fix: move experimental design file

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from robcaulk/fix/kurtosis-test

Fix/kurtosis test

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Minor changes to the main README

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pyproject.toml

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
13 quantile (#17)

* First implementation of a Robbins-Monro iterative algorithm for estimating quantiles

    -- This algorithm needs to know a priori the number of samples that will be received.
    -- A better strategy to fix the constant C is probably possible, which would
       accelerate the convergence.
    -- I have  performed testing by using a Jupyter notebook. Based on this, two unitary
       tests are implemented, they generate a random sample from a normal distribution.
    -- I have introduced basic documentation. If necessary, it can be extended after the first merge is performed.

* update test

* correct tests

---------

Co-authored-by: Alejandro RIBES CORTES <[email protected]>

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pyproject.toml