Ruthril Framework
A powerful AI/ML framework for Rust is development...
🚀 Features
- 📊 Statistical Analysis - Mean, variance, standard deviation calculations
- 🛠️ CLI Tools - Project scaffolding and management
📦 Installation
Add to your Cargo.toml:
[]
= "0.1.1"
🏃♂️ Quick Start
Using Statistics
use Statistics;
Creating New Projects
Install the CLI tool:
Create a new AI project:
📚 API Reference
Statistics Module
Statistics::mean(&[f64]) -> Option<f64>- Calculate arithmetic meanStatistics::variance(&[f64]) -> Option<f64>- Calculate sample varianceStatistics::std_deviation(&[f64]) -> Option<f64>- Calculate standard deviation
🛠️ Development
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.