Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.1

    dd652a8c · Bump version to 0.2.1 ·
    Release v0.2.1: Add beta_mode function and cleanup
  • v0.2.0

    Release v0.2.0: Single Proportion Inference with Truncated Priors
    
    Major new features:
    - Truncated Beta distribution functions (PDF, CDF, PPF)
    - Single proportion inference (6 new functions)
      - conf_interval_proportion()
      - upper_bound_proportion() & lower_bound_proportion()
      - prob_larger_than_threshold() & prob_smaller_than_threshold()
      - prob_of_interval()
    - Posterior visualization with plot_posterior_proportion()
    
    Improvements:
    - 84 new tests (259 total, all passing)
    - 100% numerical compatibility with previous implementation
    - Comprehensive documentation and demo scripts
    - No breaking changes
    
    See IMPLEMENTATION_SUMMARY.md for full details.