Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junyuan-chen/statsprocedures.jl
An interface framework for sharing intermediate steps across statistical methods
https://github.com/junyuan-chen/statsprocedures.jl
interfaces julia statistics
Last synced: 28 days ago
JSON representation
An interface framework for sharing intermediate steps across statistical methods
- Host: GitHub
- URL: https://github.com/junyuan-chen/statsprocedures.jl
- Owner: junyuan-chen
- License: mit
- Created: 2021-08-24T20:39:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T12:50:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T10:06:14.999Z (28 days ago)
- Topics: interfaces, julia, statistics
- Language: Julia
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StatsProcedures.jl
*An interface framework for sharing intermediate steps across statistical methods*
[![CI-stable][CI-stable-img]][CI-stable-url]
[![codecov][codecov-img]][codecov-url]
[![PkgEval][pkgeval-img]][pkgeval-url][CI-stable-img]: https://github.com/junyuan-chen/StatsProcedures.jl/workflows/CI-stable/badge.svg
[CI-stable-url]: https://github.com/junyuan-chen/StatsProcedures.jl/actions?query=workflow%3ACI-stable[codecov-img]: https://codecov.io/gh/junyuan-chen/StatsProcedures.jl/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/junyuan-chen/StatsProcedures.jl[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/StatsProcedures.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/StatsProcedures.html[StatsProcedures.jl](https://github.com/junyuan-chen/StatsProcedures.jl)
is a Julia package that provides interfaces for generic statistical methods
that allow sharing results from intermediate steps
across multiple model specifications that may require different methods.
It is originally a component of
[DiffinDiffsBase.jl](https://github.com/JuliaDiffinDiffs/DiffinDiffsBase.jl)
for reducing unnecessary repetitions of identical intermediate steps
when estimating multiple specifications.
It is not intended to be used as a standalone package.