use-volatility
Primitive volatility vocabulary for RustUse quantitative crates.
use-volatility stores finite non-negative volatility values and descriptive volatility kinds. Its only calculation helper is a small sample standard-deviation helper over return values.
Example
use ;
let volatility = sample_from_returns?;
let kind: VolatilityKind = "realized".parse?;
assert!;
assert_eq!;
# Ok::
Scope
Use this crate for volatility values and small descriptive helpers. It does not implement options pricing, GARCH models, annualization policy, or risk-engine behavior.
License
Licensed under either MIT or Apache-2.0.