https://github.com/statmlben/stackseparating
https://github.com/statmlben/stackseparating
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statmlben/stackseparating
- Owner: statmlben
- License: mit
- Created: 2025-02-21T02:53:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T13:32:43.000Z (11 months ago)
- Last Synced: 2025-10-31T08:53:37.085Z (8 months ago)
- Language: HTML
- Size: 6.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack Separating
This is the source code for my blog, Stack Separating, which is dedicated to exploring statistical methods and their applications across various fields. The blog covers topics such as Fisher consistency, statistical machine learning, and significance tests.
## Installation
To run this blog locally, ensure you have Ruby and Bundler installed. Then, execute the following commands:
```bash
bundle install
bundle exec jekyll serve
```
## Credits
This website is built using [geo-ant/blog](https://github.com/geo-ant/blog).