# easy-stats **Repository Path**: zoziha/easy-stats ## Basic Information - **Project Name**: easy-stats - **Description**: 📈`easy-stats`: A collection of commonly used functions for statistics. - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: master - **Homepage**: https://easy-stats-api.netlify.app/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, Statistics, matlab-like ## README # 统计学 A collection of commonly used functions for statistics for Fortran. *Suggestions and code contributions are welcome.* ```fortran use easy_stats_m, only: mean, var, cov, randu, randn ``` [![Netlify Status](https://api.netlify.com/api/v1/badges/63651bf6-3a63-4a9a-bb18-1407e80dee6e/deploy-status)](https://app.netlify.com/sites/easy-stats-api/deploys) ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ``` fpm run --example --all ``` ```toml [dependencies] easy-stats = { git = "https://gitee.com/zoziha/easy-stats.git" } ``` ## API 文档 ```sh ford FORD-project-file.md ``` 最新的API文档,请访问 [easy-stats-api](https://easy-stats-api.netlify.app/)。 ## Reference - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab)