GitHub
Source code, issues, pull requests, and releases. The center of development.
github.com/sheep-farm/hayashiHayashi is open source. Contributions, validation cases, and plugins are welcome.
Source code, issues, pull requests, and releases. The center of development.
github.com/sheep-farm/hayashiReport bugs, request estimators, or suggest improvements. Each issue is a potential validation case.
Open issuesAsk questions, share scripts, and discuss econometric methodology with other users.
Join discussionsThe validation programme is the backbone of Hayashi. Add a new case under validation/cases/ with a Hayashi script, a reference implementation (R or Python), and a case.yml descriptor.
Plugins extend Hayashi without touching the core. Start with a Hayashi script, then move to native Rust or WebAssembly if you need performance or sandboxing.
Books, examples, and the online reference are always evolving. Contributions in English and Portuguese are welcome.
Security, robustness, and error handling are high priority. If you find a user-reachable panic or a numeric edge case, open an issue.
Use Hayashi in your research, teaching, or blog posts. Cite the release version and link back to the project.
# Fork and clone
git clone https://github.com/YOU/hayashi.git
cd hayashi
# Build and test
cargo fmt
cargo clippy -- -D warnings
cargo test
# Run the validation suite for your case
hay validate --case my_case --no-write
# Open a pull request against dev
Start by reading the source, running the tests, or opening a discussion.