Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirmaxx/reliability_rust
Statistical reliability library for rust (educational purpose)
https://github.com/sirmaxx/reliability_rust
reliability-analysis reliability-tools rust statistical statistical-analysis statistical-methods
Last synced: 23 days ago
JSON representation
Statistical reliability library for rust (educational purpose)
- Host: GitHub
- URL: https://github.com/sirmaxx/reliability_rust
- Owner: SirmaXX
- Created: 2024-08-10T11:23:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T00:46:39.000Z (4 months ago)
- Last Synced: 2024-08-17T00:45:25.670Z (4 months ago)
- Topics: reliability-analysis, reliability-tools, rust, statistical, statistical-analysis, statistical-methods
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust package for reliability analysis
its inspired from https://github.com/MatthewReid854/reliability this project## How to install or use
When project completed ,i will publish in crates.io but you can download raw files and use in your project.
## How to run
```
cargo run
```## How to run test
```
cargo test
```## How to get documentation
```
cargo doc --open
```
## Example usage
You can check main.rs file for example usage## Topic list
1. Failure models
2. Probability Plotting
3. Accelerated Life Testing
4. Importing and converting data
5. Repairable systems
6. Reliability testing
7. Reliability Theory
8. Life Data AnalysisIf you have a advice ,we can examines your advices and feedbacks