Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 Analysis

If you have a advice ,we can examines your advices and feedbacks